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



试图上传我的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'是什么/在哪里。有人能给我个建议吗?谢谢

只使用Xcode可以更容易地完成这项工作。

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

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

你必须先选择帐户和应用程序。

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

相关内容

最新更新