问题
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