Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I accidentally deleted LaunchImage from Xcassets help? How to restore LaunchImage to xcassets

Tags:

ios

xcasset

I was editing some files in Xcassets and accidentally deleted the LaunchImage fileset. How do I get it back!?

I tried looking in the target, and the option to use xcassets as the image-containing folder is not there anymore.

like image 300
Ethan Parker Avatar asked Feb 14 '23 18:02

Ethan Parker


1 Answers

I looked around for a question that *specifically addressed this issue and couldn't find one.

Here's what you do:

  • Right click in the white space under the existing image folders
  • (OR) click on the "+" at the bottom of the area

  • Now select "New Launch Image"

enter image description here

This will bring back the original launch image options with all the many, many new image sizes that Xcode 5 and iOS 7 need.

Like this:

enter image description here

like image 96
Ethan Parker Avatar answered Apr 09 '23 11:04

Ethan Parker