8
votes

enter image description here

When I upload a new build of my appache cordova's base application to the iTunesConnect via Xcode 7 I am getting this error message:

Error itms-90032:"invalid image path- no image found at the path referenced under key 'CFBundleIconFile': 'icon.png'"

I put all icons by selecting (use asset catalog) into Images.xcassets but when I submit my application to the app-store I get the above error.

1

1 Answers

19
votes

You need to remove the icon file reference in the .plist file

In xcode go to the project navigator -> Resources -> {projectname}-info.plist Select Icon file and press - to remove it.