xcode iTunes Connect 提交审核错误
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/25819324/
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
iTunes Connect Submit for Review Error
提问by oabarca
I have used Xcode 5.1 to upload my build to iTunes connect successfully. When I go to the "prerelease" page at iTunes connect, I see my build showing up (although it says inactive). When I go to the "Versions" page I see a button that reads:
我已经使用 Xcode 5.1 将我的构建成功上传到 iTunes 连接。当我转到 iTunes Connect 的“预发行”页面时,我看到我的构建出现了(尽管它说的是inactive)。当我转到“版本”页面时,我看到一个按钮,上面写着:
"Click + to add a build before you submit your app"
“在提交应用程序之前,单击 + 添加构建”
I clicked it and selected the build that I just uploaded. However, after I clicked on "Submit for Review" the page said:
我点击它并选择了我刚刚上传的构建。但是,在我点击“提交审核”后,页面显示:
"You must submit your builds using Xcode 5.1.1 or later, or Application Loader 2.9.1 or later. After you've submitted a build, select it in the Builds section below."
“您必须使用 Xcode 5.1.1 或更高版本或 Application Loader 2.9.1 或更高版本提交构建。提交构建后,请在下面的构建部分中选择它。”
I have no idea what is going on.
我不知道发生了什么。
I enabled TestFlight Beta Testing for the build and added two users. But the error keeps showing up.
我为构建启用了 TestFlight Beta 测试并添加了两个用户。但错误不断出现。
How to work around this error?
如何解决此错误?
回答by Michelone
I think when it is in the prerelease we have to wait for it to finish processing before we may choose it as a build. Seems slower than how they used to do it.
我认为当它在预发布中时,我们必须等待它完成处理才能选择它作为构建。似乎比他们过去做的要慢。
回答by oabarca
It seems that iTunes Connect does not like inactivebuilds. I solved the problem following the answer from nupac by doing the following:
iTunes Connect 似乎不喜欢非活动版本。我通过执行以下操作解决了 nupac 的回答后的问题:
- In xcode I changed the build version, not the app version, so I could submit the app once again
- Generated the Archive
- Validate the archive before submitting
- Submit archive
- While the build was still "Processing", I went back to my apps new version page on iTunes Connect.
- Choose the new build and submit for review.
- 在 xcode 中,我更改了构建版本,而不是应用程序版本,因此我可以再次提交应用程序
- 生成存档
- 提交前验证存档
- 提交存档
- 当构建仍在“处理”中时,我回到了 iTunes Connect 上我的应用程序新版本页面。
- 选择新版本并提交审核。
Cheers
干杯