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
it's working
https://developer.apple.com/library/ios/qa/qa1686/_index.html
go to your project "Info" tab
and Remove the properties of “Icon file” and “Icon files”
I had same issue and fixed a different solution which is not all other from above.
My solution was image format. I received an image with .png extension but the image is not png. It was .psd file... This error is same with all other. Should be careful it.
If you get an error AppIcon 120x120 not found in Xcode 6,
1. click images.xassets which is located left side right under Main.storyboard.
2. You should see bunch of same icons in different size.
3. At the bottom, find one that says CarPlay iOS 8 120pt.
4. Delete this icon and leave it blank.
Problem solved!
I encountered the same problem. The solution is to look under the "Supporting Files" and "foobar-info.plist" file (see attached). Under the Icon Files if you click the down arrows, you will come across the offending file names.
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.
If it happens with 120x120 icon, just delete it from images.xcassets.