Search code examples
ios7.1xcode5.1

Error while setting app icon and launch image in xcode 5.1


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.

Solution

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