Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Invalid Image Path - No image found at the path. CFBundleIcons Xcode 5

Tags:

ios

xcode5

I'm trying to update my app for iOS 7 with Xcode 5.0.

Everything works fine, but when I archive then validate I get these messages:

Invalid Image Path - No image found at the path referenced under key CFBundleIcons': 'APP-ICON-57'

I've tried to remove and add the images, have manually edited my info.plist, renamed images, add .png to the key, etc. Nothing seems to work. Please help, I'm about one day into getting through this silly issue.

like image 975
Wac Avatar asked Oct 22 '13 15:10

Wac


1 Answers

iOS 8/xCode 6 answer, if you get an error AppIcon 120x120 not found, uncheck the car play icon in xcode's AppIcon set. Assuming you're not using car play of course

like image 57
JSA986 Avatar answered Sep 21 '22 13:09

JSA986