iOS 9 Splash screen always black

1

The splash screen of the application in iOs always shows it black. I have configured in the project:
Targets / General / App Icons and Launch Images / launch Screen File.
But when executing, the screen is always black .

    
asked by Jhonattan 21.04.2016 в 23:06
source

3 answers

1

Try the following options:

  • Verify that the Launch Screen file has been added to: TARGET / Build Phases / Copy Bundle Resources
  • When deploying in the simulator, it is necessary to delete the application, make a Clean to the project and go to the menu
    Simulator / Reset Content And Settings.
    And deploy the application again.
  • If you are deploying on an iPhone / iPad, delete the application, restart the device and recompile the app.
  • This worked for me

        
    answered by 21.04.2016 в 23:12
    1

    This is a common problem with iOS 9.

    I see that you added an answer but in my case this was the solution:

    Inside the folder Assets.xcassets , click on the "+" sign to use the option Import from Project where you select the .png.

        
    answered by 21.04.2016 в 23:15
    0

    Doing a clean from time to time can help you.
    The black screen is the LaunchScreen.xib of your project @Jhonattan. You must customize yourself that screen.

        
    answered by 21.07.2016 в 08:07