Search code examples
iosxcodelaunchimage

Missing Launch Images Source in Xcode


I am trying to set Launc Images Source, but I cannot see it on General > Target > App Icons and Launch Images.

I should have:

enter image description here

But on my Xcode I have:

enter image description here

Why?


Solution

  • It is deprecated in Xcode 11. Use launchscreen.storyboard instead. Here is the link for reference.