Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

xcode

ios

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?

like image 631
SaleenS7 Avatar asked Jul 04 '14 04:07

SaleenS7


1 Answers

I meet the same problem, but the result comes out because i changed the Launch Image Source Setting. Here is how I fix it:

  1. Go to the target in the Project Editor
  2. Select the General tab
  3. Find the "APP Icons and Launch Images" section and click "Launch Images Source"
  4. If the current state is "Use Asset Catalog", select "Migrate".

Problem Solved.

like image 126
FisherMartyn Avatar answered Oct 31 '22 23:10

FisherMartyn