Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

uploading cordova base build to the appstore usning xcode 7 with Error itms-90032 no image found under key 'CFBundleIconFile': 'icon.png'

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.

like image 349
Ali Abassi Avatar asked Nov 18 '15 16:11

Ali Abassi


1 Answers

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.

like image 59
Phrenesis Avatar answered Nov 15 '22 17:11

Phrenesis