icon error while updating app to appStore iPhone?

青春壹個敷衍的年華 提交于 2019-12-30 23:35:06

问题


i am trying to update my application using application loader. when i submit the archive file, i got this error

    "icon specified in the info.plist not found under the top level app wrapper.icon57.png"! 

i have deleted the icons from my project and tried again, but the error exist. is their any way to remove this error?

my info.plist displays these icons


回答1:


This could help you, i think your filenames are wrong:

I usually put this image in my dashboard so you can fast access to the filenames.




回答2:


+1 to Mat's answer, also please check out this thread that you may need, I had these errors even with the correct name, so this could be interesting:

Xcode Project Icon files and Organiser Archives artwork




回答3:


Your app icon must be named as Icon.png which is of size 57*57.You have to rename the image and change that name in the info plist.App icon for retina display should be of size 114*114.And it should be named as Icon@2x.png.Rename ur this image and correct it in the info plist too.And ur splash screen should be named as Default.png




回答4:


This is sometimes due to the compression that apple does during compiling. You should make sure the file type is correctly set to "Icon". Click on the icon in the project navigator and under "Identity and Type" you can set the File Type to "Icon"




回答5:


My problem was I ended up with some empty keys in my plist file. I deleted all Icon plist entries, saved the plist, and then added the icons a second time through the Target Summary page.




回答6:


I tried all of the steps detailed here, many of which have solved this problem previously.

The only way I could get this to work recently was to open the archive file (right click in the Organizer->Archives) and open the actual bundle that's going to be uploaded (show package contents for the archive and then the .app file inside the archive) and copy the icon files directly into there. Resubmitted the previously failed archive then solves the issue.



来源:https://stackoverflow.com/questions/10617086/icon-error-while-updating-app-to-appstore-iphone

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