Black screen on simulator & device (iOS)

Hi,

I’ve just updated update to 3.6.3-0.2.13 and ionic to 1.0.0-beta.13 because I installed Xcode 6.1. Building my app goes just fine but when I run it on the device or simulator, I get a black screen. Any help?

Thanks in advance.

did you find a solution?

Quickest “solution” I found was rolling back the ionic version. I’ll update in the future when I have a bit more time to handle it. Sorry I couldn’t help more.

Do you have any states with a templateurl that points to an empty html file? that seems to have been my problem…

Hi,

thanks for the answer. All states have a solid html file but the root one isn’t wrapped around an <ion-view> which I noticed you used as an example here: Black screen on iOS only

Just having an html file for every state fixed it for you?

I had an empty html-file. When I added <ion-view></ion-view> to it everything worked

To which state did you add it to?