ionic-team / ionic-framework

A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
https://ionicframework.com
MIT License
51.02k stars 13.51k forks source link

White screen on v2 beta #5716

Closed ZigaVukcevicDev closed 8 years ago

ZigaVukcevicDev commented 8 years ago

I have updated ionic from alpha version to beta (I used fresh starter project, then I copied files into it - file by file). I have changed dependencies "ionic-angular".

On build I am getting a white screen (with ionic upload or iOS simulator).

Ionic Version: 2.x

Browser & Operating System: iOS / Chrome

I would appreciate some help.

Cordova CLI: 6.0.0
Gulp version:  CLI version 3.9.1
Gulp local:
Ionic CLI Version: 2.0.0-beta.19
Ionic App Lib Version: 2.0.0-beta.9
ios-deploy version: 1.8.4
ios-sim version: 5.0.4
OS: Mac OS X El Capitan
Node Version: v4.1.2
Xcode version: Xcode 7.0.1 Build version 7A1001
brandyscarney commented 8 years ago

Are there any errors in the terminal when you run ionic serve or any errors in the browser console?

ZigaVukcevicDev commented 8 years ago

Browsers console show no error.

Although I am getting following errors in console:

ERROR in [default] /Some-path/app/providers/conversations.service.ts:67:11
Supplied parameters do not match any signature of call target.

ERROR in [default] /Some-path/app/providers/conversations.service.ts:68:6
Supplied parameters do not match any signature of call target.

ERROR in [default] /Some-path/app/providers/conversations.service.ts:70:19
Cannot find name 'message'.

ERROR in [default] /Some-path/app/providers/conversations.service.ts:95:5
Unexpected token. A constructor, method, accessor, or property was expected.

ERROR in [default] /Some-path/app/providers/conversations.service.ts:99:0
Declaration or statement expected.

ERROR in [default] /Some-path/app/providers/messages.service.ts:57:11
Supplied parameters do not match any signature of call target.

ERROR in [default] /Some-path/app/providers/messages.service.ts:67:37
Supplied parameters do not match any signature of call target.

ERROR in [default] /Some-path/app/providers/messages.service.ts:85:5
Unexpected token. A constructor, method, accessor, or property was expected.

ERROR in [default] /Some-path/app/providers/messages.service.ts:88:0
Declaration or statement expected.

ERROR in [default] /Some-path/app/providers/notice.service.ts:19:52
Property 'value' does not exist on type 'Observable<any>'.

Should I try to fix them and see if problem persists?

ZigaVukcevicDev commented 8 years ago

I don't know what was the case - I think I deleted app on Ionic View and upload it again, I don't have a white screen anymore. Thank you for consideration, closing down.

brandyscarney commented 8 years ago

Glad it's working, let us know if you find the issue!