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

前端 未结 14 2212
清歌不尽
清歌不尽 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:05

    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.

提交回复
热议问题