Search code examples
iosxcode5

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


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.


Solution

  • Make sure that this image is a members of target you are building:

    enter image description here

    Also be aware that names are case sensitive.

    1. Click on the affected image in the Project Navigator
    2. In the utilities window, click the "Show the File Inspector" icon.
    3. Ensure the "Target Membership" app name has "v" next to it.
    4. Rebuild and archive.