“Invalid Icon Path” - Error returned from Apple App Store Team

大城市里の小女人 提交于 2019-12-06 08:41:01

问题


This is my first time submitting something to the App Store, and I am having a lot of issues. First off, let me say that the application has been built with PhoneGap, using the Cordova 1.9.0 framework. The web application end of it is fine, validates W3, and runs perfectly in browser. I have rebuilt this project from the ground up after being unable to fix the issue manually, but that did not rectify it either. Below is the error that Apple sends back to me...

Invalid Icon Path - No icon found at the path referenced under key "CFBundleIcons": Default@2x.png
Invalid Icon Path - No icon found at the path referenced under key "CFBundleIcons": icon-72@2x.png
Invalid Icon Path - No icon found at the path referenced under key "CFBundleIcons": Default.png

The only modifications I have made to the icon files was through Application --> Summary --> App Icons, using the file selector. I had no errors validating during the submission process, and the icons show up fine on my test phone.

This is, again, my first time doing this. There is a lot of information to post, but I don't know what is required. If you have any ideas it would be very much appreciated, and I will provide any information required for you to help me better.


回答1:


Right click the plist and select "show raw keys/values". Then delete/edit the value of image icon. Also please verify if there is all the images mentioned in the plist is available in your application else you can delete that entry from plist.

Please find the attached screen shot,



来源:https://stackoverflow.com/questions/13240636/invalid-icon-path-error-returned-from-apple-app-store-team

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!