Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode Launch Image Source

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

like image 398
FeelRightz Avatar asked Oct 01 '19 14:10

FeelRightz


People also ask

How do I change launch screen in Xcode?

Choose File > New > File. Under User Interface, select Launch Screen, and click Next. Give the launch screen file a name, choose a location, select the target that you want to add the file to, and click Create.

What is a launch screen in Xcode?

The launch screen appears instantly when your app starts up and is quickly replaced with the app's first screen. You create a launch screen for your app in your Xcode project in one of two ways: Information property list. User interface file.


1 Answers

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

like image 190
user9773845 Avatar answered Oct 09 '22 22:10

user9773845