-1

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?

shogitai
  • 1,823
  • 1
  • 23
  • 50
  • 1
    Does this answer your question? [Xcode 11 UILaunchImages has been deprecated, use launch storyboards instead Warning](https://stackoverflow.com/questions/57084407/xcode-11-uilaunchimages-has-been-deprecated-use-launch-storyboards-instead-warn) – Gereon May 16 '20 at 16:47

1 Answers1

1

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

Frankenstein
  • 15,732
  • 4
  • 22
  • 47