2

When I launch the application on the simulator the "splash screen" launch file appears, but when I launch the app on my iOS device it doesn't appear

I have the launchImage in the assets with the different size of the images like apple suggest.

I've deleted my LaunchScreenfile.storyboard because I don't have to use it.

  • 1
    Delete the app from the simulator and the device. Then do a clean build. BTW - You should a LaunchScreen instead of launch images. You have to if you wish to support the new iPad Pro. You should also be using Xcode 7.1, not 7.0. – rmaddy Nov 01 '15 at 00:01
  • I'm sorry , I'm using Xcode7.1 @rmaddy , And yes thanks you a lot. I've deleted my app from the device and Launch it again and works! – Santiago Carmona González Nov 01 '15 at 00:26

2 Answers2

2

I had to delete the application from my device, did a clean build and relaunch the app.

like @rmaddy suggest me in the comments.

0

maybe you forget setting this in project fileenter image description here

AllanXing
  • 174
  • 1
  • 14