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
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.