3

I'm developing my first iOS app and am having issues with the launch screen. Using the /iOS/Info.plist file I've added my launch image, which is set up in the Assets library, and its associated values in the library, but the image will not show up in the simulator or on my iPhone. I have tried clearing out the Xcode derived data folder to clear out the cached launch information as was recommended online and this did not help. Below are screenshots of my setup, and I would appreciate any ideas or help!

Info.plist: Info.plist

Asset Library: Asset Library

Faysal Ahmed
  • 7,501
  • 5
  • 28
  • 50
Ben Delany
  • 75
  • 10

1 Answers1

1

Change your iOS Deployment Target to iOS 13. SwiftUI requires iOS 13+

nazar41
  • 11
  • 2