Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

ios

watchkit

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

like image 259
Ninja Avatar asked Jul 30 '15 20:07

Ninja


2 Answers

enter image description here

You need follow the instructions in above image

like image 191
Saravana Kumar Avatar answered Oct 22 '22 15:10

Saravana Kumar


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

like image 39
Badre Avatar answered Oct 22 '22 13:10

Badre