您的位置:首页 > 产品设计 > UI/UE

ERROR ITMS-9000: "Redundant Binary Upload. There already exists a binary upload with build version '

2014-10-13 16:50 239 查看
苹果更新了itunes之后,现在重新submit二进制会出现重复提交的错误。

改了build版本号之后再提交可以了,version是不变的。

然后重新去iTunes Connect中选择build。 选择对应版本。

可能刚刚上传成功后, iTunes Connect不会立马同步, 没有显示刚上传的版本。 等几分钟就好了。

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.



After a new binary is uploaded and processed (~15-40 min processing time, if it doesn´t show up upload again and wait), 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).



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?

链接:http://stackoverflow.com/questions/25680604/error-itms-9000-redundant-binary-upload-there-already-exists-a-binary-upload
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐