XCode6 GoldMaster提交构建失败并出现错误 [英] XCode6 GoldMaster submitting build failed with error

查看:218
本文介绍了XCode6 GoldMaster提交构建失败并出现错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我向AppStore提交构建时,我看到错误:

When I submit build to AppStore I see errors:

错误ITMS-4088:找不到与apple_id相关的软件: * SofwareAssets

ERROR ITMS-4088: "No software found with apple_id: *" at SofwareAssets

错误ITMS-4238:冗余二进制上传。在SoftwareAssets / PreReleaseSoftwareAsset已经存在版本版本为3.0的二进制上传版本'3.0'。

ERROR ITMS-4238: "Redundant Binary Upload. There already exists a binary upload with build version '3.0' for train '3.0' at SoftwareAssets/PreReleaseSoftwareAsset.

有人知道我该怎么做才能解决这个问题吗?

Does anybody know what I should do to fix that?

推荐答案

修复你的苹果ID *很奇怪,即只使用普通字符,然后执行以下操作来增加构建:

Fix your apple id there *" is strange, i.e. only use normal characters and then do the following to increase the build:

如果通过添加 .1来增加Build编号(选择目标,然后是Xcode - > General - > Build,见下图),可以将多个二进制文件上传到iTunesConnect。 code>,即如果版本是 3.75 ,则将其增加到: 3.75.1 ,但是App的版本仍为3.75(同样在iTunesConnect中)。对于加载到iTunesConnect的每个二进制文件,构建号必须是唯一的。

A more than one binary may be uploaded to iTunesConnect if the the Build number (Select the Target, then Xcode -> General -> Build, see the picture below) is increased by adding .1, i.e. if the version is 3.75, then increase it to: 3.75.1, but the Version is still `3.75 for the App (also in iTunesConnect). The build number just has to be unique for each binary that is loaded up to iTunesConnect.

上传并处理新二进制文件(约10分钟)后,您可以选择新的二进制文件并提交以供审核。在下图中,您可以在当前应用程序版本的构建部分中看到iTunesConnect中列出的旧二进制文件(单击加号)。然后选择新的二进制文件 - > 已保存 - > 提交审阅。 (有时在提交时出现错误,然后只需几分钟后尝试或上传新的​​二进制版本。)

After a new binary is uploaded and processed (~ 10 min), then you can select the new binary and submit it for review. In the picture below you may see the old and the new binary listed in iTunesConnect in the Build section of the current App version (you click the plus sign). Then the new binary is selected -> Saved -> Submit for Review. (Sometimes an error comes when submitting, then just try after a few mins or upload a new binary build).

对于那些倾向于使用Xcode脚本自动执行此操作的人,这里有一个制作自动脚本以更新内部版本号的说明增加内部版本号的更好方法?

For those inclined to do this automatically with an Xcode script, here is a description of making an automatic script for updating Build numbers Better way of incrementing build number?

这篇关于XCode6 GoldMaster提交构建失败并出现错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆