Splash screen frozen

So it took me awhile to get this error message, but now i don’t know what to do with it… Help me please?

2016-05-01 23:01:56.727 NextShift[2514:740964] Apache Cordova native platform version 4.1.1 is starting.
2016-05-01 23:01:56.728 NextShift[2514:740964] Multi-tasking -> Device: YES, App: YES
2016-05-01 23:01:56.925 NextShift[2514:740964] Using UIWebView
2016-05-01 23:01:56.927 NextShift[2514:740964] [CDVTimer][handleopenurl] 0.111997ms
2016-05-01 23:01:56.932 NextShift[2514:740964] [CDVTimer][intentandnavigationfilter] 4.365981ms
2016-05-01 23:01:56.932 NextShift[2514:740964] [CDVTimer][gesturehandler] 0.108004ms
2016-05-01 23:01:57.081 NextShift[2514:740964] [CDVTimer][statusbar] 148.387015ms
2016-05-01 23:01:57.082 NextShift[2514:740964] [CDVTimer][keyboard] 0.600040ms
2016-05-01 23:01:57.098 NextShift[2514:740964] [CDVTimer][splashscreen] 15.688002ms
2016-05-01 23:01:57.098 NextShift[2514:740964] [CDVTimer][TotalPluginStartup] 170.508981ms
2016-05-01 23:01:58.769 NextShift[2514:740964] ERROR Internal navigation rejected - not set for url=‘http://192.168.1.4:8100/

Could you tell me how you got this?

What commands did you run.

2016-05-01 23:01:58.769 NextShift[2514:740964] ERROR Internal navigation rejected - not set for url='http://192.168.1.4:8100/'

Looks like the url for the is set to an IP, which makes me think you tried to run ionic run ios -lc, which does not work.

If thats the case, run ionic run ios to change the url source back to index.html

I first did
Ionic ios build

Then opened Xcode and ran it from there.

I started all of this because my app runs just fine in web browser but not on the emulator or actual device

I have the same issue, can’t get it past the splash screen “ERROR Internal navigation rejected - not set for url=‘http://192.168.1.7:8100/’”. Any ideas on how to get it running?

I ended up upgrading ionic to beta 6 angular2 to beta 15. Removed the platform readded it and tried again