上传 IPA,奇怪的问题:ERROR ITMS-90032:“Invalid Image Path - No image found at the path referenced under key '$key': '$path'

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

大家好,当我尝试通过 Xcode 将新版本上传到 iTunes Connect 时出现了一个奇怪的问题。我认为 Info.plist 文件有问题。

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

谢谢!

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

可能是 Spotlight 图片的拼写错误。

我遇到了同样的问题,我使用 xcassets 来制作图标和其他图像。我删除了 info.plist 中的图标文件条目(CFBundleIconFiles 和其他)并解决了这个问题。

当我尝试将我的一个客户端应用程序上传到 AppStore 时,我遇到了同样的问题。项目 AppIcon 资产的尺寸错误。然后我通过为正确的尺寸放置适当的图像来解决这个问题。中提琴!问题已解决。