Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error while setting app icon and launch image in xcode 5.1

Tags:

I get the following error after dragging an image to set it as app icon and launch image

Images.xcassets: The app icon set named "AppIcon" did not have any applicable content.

Images.xcassets: The launch image set named "LaunchImage" did not have any applicable content.
like image 957
Anish Avatar asked Apr 19 '14 09:04

Anish


1 Answers

One of your images could be wrong size (ex: 120x124 instead of 120x120); that can cause the problem.

like image 62
NgocLK Avatar answered Jan 05 '23 09:01

NgocLK