收到 ITMS-90732 错误后从 Apple App Store 中删除上传的 .ipa 文件

发布于 2025-01-10 22:54:31 字数 919 浏览 0 评论 0原文

我使用以下 altool 命令上传了 iOS 应用程序二进制 .ipa 文件的压缩版本:

xcrun altool --notarize-app --primary-bundle-id <myBundleID> --username <myUsername> --password <myPassword> --file <pathToMyZippedIPAFile>

并收到了“上传无错误”响应以及 RequestUUID。不幸的是,此提交并未在 App Store 中的任何位置显示为“正在处理”,这是预期的行为。

再次尝试此命令时,我收到以下错误:

ERROR ITMS-90732: "The software asset has already been uploaded."

我运行了 --notarization-info 命令来检查我上传的二进制文件是否有任何错误,根据日志文件,有一些错误

"issues": [
    {
      "severity": "error",
      "code": null,
      "path": "MyApp.zip",
      "message": "Package MyApp.zip has no signed executables or bundles. No tickets can be generated.",
      "docUrl": null,
      "architecture": null
    }
  ]

:现在我只想删除以前上传的文件,但由于我在 App Store Connect 中没有看到它,而且我不知道从终端执行此操作的命令,所以我不确定如何操作。

如何删除之前上传的二进制文件?

I uploaded a zipped version of my iOS app binary .ipa file using the following altool command:

xcrun altool --notarize-app --primary-bundle-id <myBundleID> --username <myUsername> --password <myPassword> --file <pathToMyZippedIPAFile>

And received a "no errors uploading" response, along with a RequestUUID. Unfortunately, this submission doesn't show up anywhere in the App Store as "processing", which is the expected behavior.

In trying this command again, I get the following error:

ERROR ITMS-90732: "The software asset has already been uploaded."

I ran the --notarization-info command to check for any errors with my uploaded binary, and there are some, according to the log file:

"issues": [
    {
      "severity": "error",
      "code": null,
      "path": "MyApp.zip",
      "message": "Package MyApp.zip has no signed executables or bundles. No tickets can be generated.",
      "docUrl": null,
      "architecture": null
    }
  ]

So now I just want to remove that previously uploaded file, but since I don't see it anywhere in App Store Connect, and I'm unaware of a command to do that from the terminal, I'm not sure how.

How can I remove that previously uploaded binary?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文