iosxcodeinterface-builderlaunch-screen

Launch screen imageView not appearing on iPhone 12 in simulator


I have a launch storyboard set up on my app, and it consists of a basic imageView with a PNG image from my assets catalog that is the same as background throughout the rest of the app.

Everything was working great until the latest update to Xcode. Now my launch screen is blacked out only on the iPhone 12 devices in the simulator. I have an XR as a physical device, and everything is fine there, as well as the other devices in the simulator.

I have tried placing other images in the imageView to test on the LaunchScreen, and they appear fine on the iPhone 12. Just the image that I am using for background isn't working. I also renamed the file in my finder and brought it into the assets catalog. Still doesn't work.

I have made sure to designate the proper screen as my launch screen under the General Tab in my Target settings as well.

Am I missing something?


Solution

  • 1- Download iOS 14.0 Support Files

    2 -Unzip it

    3 -Put unzipped folder in into path:

    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/
    

    Restart Xcode