Launch screen does not show correctly from Simulator to actual Device

Hi, I encountered a very strange bug or build error when testing my app. I updated my Launch Screen in the .xib file to show an image in the full view of the screen, and when I test on Simulator the Launch Screen is perfect, however when I build it to my device and the app launches, the launch screen shows the previous background color on the entire screen. I did not change the background color since my new image covers the entire screen, so maybe that is part of the problem. But I have never encountered the simulator showing something different than the device.

>But I have never encountered the simulator showing something different than the device


Be sure the name matches - iOS is case sensitive. MYImage.png is not the same as myimage.png


Also don't juggle images/names. Xcode loves to hold onto indexed assets, etc. Remove the image from the project, change it in the Finder and re-add as a new image. Then use the Product menu with the option key pressed and select 'clean build folder'.

Launch screen does not show correctly from Simulator to actual Device
 
 
Q