0

I have no idea why my LaunchImage is not running. here are two images that clearly shows that i have done the right thing ( i hope :P )

enter image description here

enter image description here

Timo Cengiz
  • 3,367
  • 4
  • 23
  • 45

2 Answers2

5

I run in this issue too. In order to get my launch images working, I had to let the field Launch Screen File empty.

Once that done, your LaunchImages should run.

enter image description here

tbaranes
  • 3,560
  • 1
  • 23
  • 31
1

As posted above, you have to decide whether you want to use LaunchImages or the LaunchScreen. The LaunchScreen is an .xib file where you can build the LaunchImage programmatically. If you use it then it will overwrite the LaunchImages, make sure to use just one of them and leave the LaunchScreen File field empty.

Hope that helps you :)

LinusGeffarth
  • 27,197
  • 29
  • 120
  • 174