xcode 错误 ITMS-90168:“您上传的二进制文件无效。”

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/32620661/
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 07:49:42  来源:igfitidea点击:

Error ITMS-90168: "The binary you uploaded was invalid."

iosxcodeapp-store-connectwatchos

提问by Rangers4me

I am trying to upload an application to the App Store. It contains a watchOS 2 app, watchOS "1" extension, and a few iOS extensions. I cannot figure out why this is happening. When I use the "Upload to App Store…" feature of Xcode 7 (or use Application Loader), I get the message "Archive submission failed with errors:" with the error being "ERROR ITMS-90168: 'The binary you uploaded was invalid.'"

我正在尝试将应用程序上传到 App Store。它包含一个 watchOS 2 应用程序、watchOS“1”扩展和一些 iOS 扩展。我无法弄清楚为什么会发生这种情况。当我使用 Xcode 7 的“上传到 App Store...”功能(或使用应用程序加载器)时,我收到消息“存档提交失败并出现错误:”错误为“错误 ITMS-90168:'您上传的二进制文件是无效的。'”

Has anyone else run into this issue? Any suggestions?

有没有其他人遇到过这个问题?有什么建议?

回答by Meng.L

Because you've already uploaded another app version to the store, now you'll need to create a new version and upload that.

因为您已经将另一个应用程序版本上传到商店,现在您需要创建一个新版本并上传。

回答by Arvind

There may be a problem when there is an app extension with the same name as the other builds on test flight for the app. If you're seeing this problem, you can try renaming one of those so that they have distinct names. There may be probability, we got the solution with that.

当应用程序扩展名与应用程序的测试飞行中的其他构建同名时,可能会出现问题。如果您遇到此问题,可以尝试重命名其中之一,以便它们具有不同的名称。可能有概率,我们得到了解决方案。

回答by Soberman

You are far from being alone here.

你远不是一个人在这里。

https://forums.developer.apple.com/search.jspa?q=90168

https://forums.developer.apple.com/search.jspa?q=90168

Looks like some kind of Xcode issue, because hundreds of people are getting the same error. I guess we have to wait for the Xcode patch to solve this issue.

看起来像是某种 Xcode 问题,因为数百人都遇到了同样的错误。我想我们必须等待 Xcode 补丁来解决这个问题。

回答by Luar Faria

I was trying to submit using application loader but no success with versions 3.0 or 3.1. Then I downloaded the lastest version (3.6) which can be downloaded only with xcode, after hours with that version I had success.

我试图使用应用程序加载器提交,但在 3.0 或 3.1 版本中没有成功。然后我下载了只能用 xcode 下载的最新版本 (3.6),几个小时后我成功了。