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

前端 未结 14 2073
清歌不尽
清歌不尽 2020-12-03 09:25

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

相关标签:
14条回答
  • 2020-12-03 10:23

    I had this problem and it turned out the affected image was of type JPEG even though the extension was PNG.

    Check it under document type in Preview.

    0 讨论(0)
  • 2020-12-03 10:24

    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

    0 讨论(0)
提交回复
热议问题