Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Asset Catalog Compiler Error

Tags:

xcode

ios7

I'm not sure what I did to get this error in Xcode 5:

"None of the input catalogs contained a matching app icon set named "AppIcon"".

My app was building fine - then my machine locked up tighter than the arctic - don't know why - and now I get this error.

(There was an existing answer to this same question - but I couldn't quite understand it. Sorry)

Thanks for any help.

like image 884
ianM Avatar asked Dec 10 '13 00:12

ianM


3 Answers

I had this problem when I accidentally saved a .psd as a .png. Converting the image to an actual png instead of a Photoshop file fixed it for me.

like image 184
Michael Enriquez Avatar answered Nov 11 '22 05:11

Michael Enriquez


Ok, so I haven;t had an answer overnight yet - so I prodded around myself - went into the general tab - App Icons section - and clicked 'Use AppIcon' button instead of 'Don't use asset calalogues'.

That fixed it - compiler error disappeared.

Not exactly sure what it all means frankly. More docs to plod through, I suppose.

Anyway hopefully this may help someone else.

Thanks.

like image 6
ianM Avatar answered Nov 11 '22 05:11

ianM


If you changed the deployment target to some other version. The dependencies will be changed. In my case i changed from iOS 6 to 7 by mistake. changing back made it error free.

like image 6
Dip Avatar answered Nov 11 '22 06:11

Dip