Upload IPA, strange issue: ERROR ITMS-90032:“Invalid Image Path - No image found at the path referenced under key '$key': '$path'

依然范特西╮ 提交于 2019-12-08 02:37:56

问题


Hi everyone, there is a strange issue when I try to upload new build to iTunes Connect via Xcode. I think the problem with Info.plist file.

Info.plist: https://docs.google.com/document/d/1Rp51VcZkP-uoUnaBwtr86EAPLLq-aN2w9f2CNrRZsBQ/edit?usp=sharing

Thanks you!


回答1:


<string>Icon-Splotlight-iOS7.png</string>
<string>Icon-Splotlight-iOS7@2x.png</string>

Could be this typo for the Spotlight images.




回答2:


I was having the same issue, I was using xcassets for the icons and other images. I removed the icon-file entries in info.plist (CFBundleIconFiles & other) and it fixed the issue.




回答3:


I had the same issue when I tried to upload one of my clients app to AppStore. The projects AppIcon assets were in wrong dimensions. Then I have fixed the issue by putting the appropriate images for the correct dimensions. Viola ! the issue was fixed.



来源:https://stackoverflow.com/questions/28693546/upload-ipa-strange-issue-error-itms-90032-invalid-image-path-no-image-found

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