26
votes

I have a very silly question, my xcode project doesn't have setting for Launch Image Source , I have already added my splash screen image to Images.xcassets -> LaunchImage , but in my project target General -> App Icon and Launch Images doesn't have setting for Launch Image Source

enter image description here enter image description here

1
...add a LaunchScreen and put the image "LaunchImage" on itTonyMkenu
@TonyMkenu Hi, your suggestion is not the solution that i want. what Im looking is my xcode Launch Image Source disappear, because online research on how to do a splash screen, there are many people able to use Launch Image Source to change their splash imageFeelRightz
I don't know if this has been changed recently but I have the same issue. Perhaps apple have decided that you should be using the xib/storyboard for your launch screen instead of a set of static images.Sam Parmenter
facing the same issue actually! got any soultion?Abanoub
would love to know as well - is there a solution? Did this change?swalkner

1 Answers

38
votes

I was facing the same issue which I solved this way:

  • Select your target in the project navigator and find the Build Settings section
  • Search for the Asset Catalog Compiler options
  • Go to the Asset Catalog Launch Image Set Name option and set its value to the name of the iOS launch image you created. If you went with the default name, then this value would simply be LaunchImage.

If the new launch screens do not show, it might help to delete your app and install it again.

Also make sure the Launch Screen File option in your target's General Settings is blank.

Launch Image Settings