Xcode 5: "Invalid image path" CFBundleIcons

Here is what worked for me:

  1. Select the Target
  2. Go to Build Phases
  3. Expand the Copy Bundle Resources
  4. Go to the bottom of the panel and select the + sign.
  5. Add each of the missing resources.

I had the same error as ckoskar, "Invalid Image Path - No image found at the path referenced under key 'CFBundleIcons': 'icon120x120'"

I ended up deleting the file from the CarPlay section in the AppIcon part of Images.xcassets, and then I was able to submit the build.


Can you try removing the icon from the project and adding them again? Then try to use the name without .png.

Sometimes Xcode can't see the changes if you modify the file in Finder.


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 enter image description here