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

时间:2015-02-24 13:33:55

标签: xcode

尝试上传我的iOS应用,我收到了这个错误:

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 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'"

'$key': '$path'的内容/地点。任何人都可以给我一个建议吗?感谢。

1 个答案:

答案 0 :(得分:1)

使用Xcode来做这件事要容易得多。

首先清理项目。然后归档它。选择iOS Device作为构建目标,然后选择“Project” - “Archive”。

一旦完成,它将用你的新Archie打开Xcode Organizer屏幕。点击“验证”查看确定然后“提交”,它将上传到iTunes Connect。

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

这比我找到的任何其他方法都容易得多。

相关问题