简体   繁体   中英

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

在此处输入图片说明

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!

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

Could be this typo for the Spotlight images.

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM