Missing default-568h@2x launch image, launch image won't display

ios, xcode

Solution

I am guessing but just try following steps :

- Go to the launch image path in your resources .

- Copy paste your image and give the same name default-568h@2x

- Try to clean and build the project .

- Then also if you are not seeing the image then just simply delete the application and install it again .

Problem

I set up the launch images as so, XCode forced me to rename the images which is ok, but for some reason when I run iOS Simulator, there is no launch image displayed. Instead, a black screen is displayed. Previously I had the warning `Missing default-568h@2x launch image` which went away when I clicked add on the menu that was popping up when I expanded the warning. However the launch images still do not display when launching the app. I have tried resetting all content, cleaning, building, and then running again, but nothing seems to be working. Additionally, XCode did not rename any of my images to `default568h@2x` so I'm assuming that is a problem, even after I clicked add. I do have launch image set to default in info.plist. Any suggestions?

Original source