Ok, my problem seems to be similar to this, and this, but following the answers, there is not helping me. This might be because I am using Xcode 5, before I upgraded to this
Well for me it was not any of these. I kept adding and cleaning to no avail
there was list of icons in the plist under:
CFBundleIconFiles~ipad and CFBundleIconFiles
There were a few in there that did not exist. I removed/ updated and that seemed to work.
I had problem with:
"Invalid Image Path - No image found at the path referenced under key 'CFBundleIcons': 'icon120x120'"
The solution was to move the icon (120x120) to a another appicon folder
I had the same problem. I was trying to get a Free and Full version app to upload. The free app TARGET uploaded fine though I had problems with the Paid TARGET. I selected all the images used for icons in the PAID and FREE versions and then looked at : FILE INSPECTOR --> TAGET MEMBERSHIP -> make sure to check them both and then it'll be OK. Worked for me.
Here's the error I had:
Then I selected and checked these for PAID and FREE versions of the app:
I hope this helped. Check out roulette tracker and my other apps! Please vote if this helped you.
Make sure the image is added to the project:
What solved to me was to check the icons that are failing and open them in preview and export as png again.
No changes in XCode, only new export of the images.
I had the same issue, and the "Use Asset Catalog" worked for me. Maybe take it out of the resources, put it back in, clean, build and then see if it works.
To find this button : Project > General > App Icons and Launch Images