Xcode 11 UILaunchImages has been deprecated, use launch storyboards instead Warning

SwiftDeveloper picture SwiftDeveloper · Jul 17, 2019 · Viewed 22.2k times · Source

I just downloaded Xcode 11 Beta 4 and when I want to build my Swift 4 project gives me:

UILaunchImages has been deprecated, use launch storyboards instead

How can I fix it?

Answer

rmaddy picture rmaddy · Jul 17, 2019

Please read the release notes for Xcode 11 beta 4:

Known Issues

Your app might fail to build if it contains a launch image. The failure message resembles the following: “The launch image set named <image set name> did not have any applicable content.” Launch images are deprecated and should be removed; use a launch storyboard or .xib file instead. (50210495)

Workaround: Clear the build setting ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME.