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.
If it happens with 120x120 icon, just delete it from images.xcassets.
I wanna share my solution, too because all these answers did not help me really.
I had the same problem just in my case it was Icon 29x29 and 40x40.
First of all funny thing. If you wanna able to READ the entire error message (yea Epic Fail Apple Xcode 8) in my case the first Error message was cut, I could not even read it fully, create your App with
and then create your file and then verify it
Only there you will see all error messages in full length.
anyhow let's assume you know which Icons are wrong
You have to go the folder Project Folder and then in my case it was
Open that file and simply delete all image objects that was shown in the error message
in my case
NOW IMPROTANT You have to Shut XCode 8 because if you try to save the file it WILL NOT WORK. Even if you click Save anyways (what a epic fail Apple) it will not do. So you think you saved but you did not . . . it took me hours to figure this out because I thought that XCode was rebuilding the json file automatically.
so that was my fix :)
Hope it helps for anyone
I had the same problem, and I solve it by uncheck the carPlay from Images.xcassets.
Go to Images.xcassets then choose appIcon, then uncheck carPlay
In my Cordova 6 / iOS 4 project in xCode 9 I needed to go to ProjectName.plist under the resources folder. There was a key named Icon which had the offending Icon.png value beside it. Deleted the key and now all working.
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
I have met this problem in Xcode 7.
When I check the Apple official documentation for the app icon:
https://developer.apple.com/library/ios/qa/qa1686/_index.html
I checked very icon and the exactly size,I have set all we can set the icon,I have solved this problem at last.