Ninja
Ninja

Reputation: 1052

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

I know that there are several questions on StackOverflow with similar content, but it seems that I am still unable to get the solution to this issue.

I have:

  1. Made sure my AppIcons are the adequate size
  2. Put the images into Images.xcassets

The keyword "AppIcon" does not show up anywhere in my .plist files. I have built cleaned the application and reran the application. I am a bit unsure what is the issue. I get this error when I build this on both Watch + IOS targets for device.

The strange thing is that if I deleted all the image files from xcassets, Xcode compiles just fine, telling me that the issue lies with my images.

Please let me know if you have any ideas.

enter image description here

enter image description here

Upvotes: 22

Views: 38926

Answers (2)

Saravana Kumar
Saravana Kumar

Reputation: 3396

enter image description here

You need follow the instructions in above image

Upvotes: 25

Badre
Badre

Reputation: 737

make sure that you have a good size of AppIcon for example iPhone : 120 - 120 180 - 180

Upvotes: 4

Related Questions