收到 ITMS-90732 错误后从 Apple App Store 中删除上传的 .ipa 文件
我使用以下 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论