xcode 错误 ITMS-90032:“无效的图像路径 - 在键 '$key' 下引用的路径中找不到图像:'$path'”

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/28697183/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 06:43:20  来源:igfitidea点击:

ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key '$key': '$path'"

xcode

提问by

Trying to upload my iOS app, I got this error:

尝试上传我的 iOS 应用程序时,出现此错误:

ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key '$key': '$path'"

More:

更多的:

[2015-02-24 14:26:04 MEZ] <main> DBG-X:   parameter Checksums = {MyApp.ipa=5fd691cb09c481406ad0fa356823baaa}
[2015-02-24 14:26:04 MEZ] <main> DBG-X:   parameter ErrorCode = 1102
[2015-02-24 14:26:04 MEZ] <main> DBG-X:   parameter Success = false
[2015-02-24 14:26:04 MEZ] <main> DBG-X:   parameter Errors = [ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key '$key': '$path'"]
[2015-02-24 14:26:04 MEZ] <main> DBG-X:   parameter MinimumFileSizeThresholdForCheckum = 104857600
[2015-02-24 14:26:04 MEZ] <main> DBG-X:   parameter FilesToUpload = [metadata.xml, MyApp.ipa]
[2015-02-24 14:26:04 MEZ] <main> ERROR: ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key '$key': '$path'"
[2015-02-24 14:26:04 MEZ] <main> DBG-X: The error code is: 1102
[2015-02-24 14:26:04 MEZ] <main>  INFO: Done performing authentication.
[2015-02-24 14:26:04 MEZ] <main> DBG-X: Returning 1




Package Summary:

1 package(s) were not uploaded because they had problems:
    /var/folders/rh/lwg7fq_d68qgkndtzgtzsqv40000gn/T/3CAC8400-1C27-4AFE-914F-068B71C4BA82/969567779.itmsp - Error Messages:
        ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key '$key': '$path'"

What/where is '$key': '$path'. Can anybody give me an advice? Thanks.

什么/在哪里'$key': '$path'。有人可以给我建议吗?谢谢。

回答by Fogmeister

It is much easier to just use Xcode to do this.

仅使用 Xcode 来执行此操作要容易得多。

First Clean the project. Then archive it. Select iOS Device as the build target then "Project" - "Archive".

首先清理项目。然后存档。选择 iOS 设备作为构建目标,然后选择“项目”-“存档”。

Once that is done it will open up the Xcode Organizer screen with your new Archie. Hit "Verify" to check it's ok and then "Submit" and it will upload to iTunes Connect for you.

完成后,它将打开带有新 Archie 的 Xcode Organizer 屏幕。点击“验证”以检查它是否正常,然后点击“提交”,它将为您上传到 iTunes Connect。

You have to select the account an app first.

您必须先选择一个应用程序帐户。

It's a lot easier than any other method I have found.

这比我发现的任何其他方法都要容易得多。