Ulthran
Ulthran

Reputation: 308

Setting the App Icon (Xcode 7)

I have looked around and none of the other topics I found have addressed the error I am getting with my App Icon. When I try to run my app, it gives the error:

The app icon set named "AppIcon" did not have any applicable content

I'm pretty sure this is because I don't have the .png file in the right place but I can't figure out where to put it. It is currently listed under the project file.

Upvotes: 4

Views: 1864

Answers (1)

Haroldo Gondim
Haroldo Gondim

Reputation: 7995

Go to Images.xcassets add in AppIcon all icons sizes as Image below.

This app Prepo can quick generate the files to help you.

AppIcon

Upvotes: 6

Related Questions