Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Invalid Image Path - No Image found AppIcon120x120

I'm using Xcode 6 and Assets Catalogue to manage my App Icons. Or at least so I thought!

I'm trying to validate my Archive, but keep getting this message:

Problem with Validations

I have an image of 120x120 in the Assets Catalogue under AppIcon (although labeled as CarPlay iOS8). In fact I have lots and lots of images under AppIcon. I know the 120x120 is there. I promise.

To check, I have deleted it. Added it again. Deleted all the AppIcons, added them again. Clean built.

Still the same error message.

I really am at a loss as to know what to do.

I've looked in the plist and there is no mention of CFBundleIcons in there ..

So, any help would be gratefully received.

like image 793
Darren Avatar asked Sep 14 '14 08:09

Darren


2 Answers

Remove the CarPlay icon from your AppIcon image assets.

like image 167
Michael Peterson Avatar answered Oct 30 '22 17:10

Michael Peterson


If you actually want or need a 120x120 icon anyway, this can also be fixed by including a 120x120 icon named AppIcon120x120.png in your bundle as a regular file (outside of the asset catalog), in addition to the CarPlay entry in the icon asset.

like image 40
Marco Avatar answered Oct 30 '22 16:10

Marco