Getting ITMS-4238 “Redundant Binary Upload” error

2019-01-16 15:26发布

I rejected a binary i had which was 1.0 (1.0). The status went into Rejected by developer.

I went to upload a new binary and ran into this issue, i then saw that i needed to increment my build.

I increased both the app version and build to 1.1, this was a mistake.

I got some error about the app version not matching, understood.

Then i tried app version 1.0 and many different build numbers. 1.1, 1.0.1, 1.2, 1.3, 1.0.3..nothing works. I keep getting this error. There is only one build listed on itunes connect (1.0)

I tried submitting with no binary and it says i need one.

I even tried changing the app version to 1.1 in itunes connected and then uploading 1.1 (1.0) and that fails as well with the same duplicate issue.

Anyone ever have this issue?

Screenshot for error

16条回答
孤傲高冷的网名
2楼-- · 2019-01-16 16:10

I guess, since Apple has integrated test flight into itunesconnect, there is a difference between version and Build (which is the wording they use in project-settings->target->generalScreen) and in info.plist its equivalent is "Bundle Version String short" and "Bundle Version". Here the wording has never made real sense to me.

I have gotten the error with version 2.2 and build 2.2. I changed it to version 2.2 and build 1 (because it was my first upload) and it worked.

查看更多
爷的心禁止访问
3楼-- · 2019-01-16 16:13

I solved same problem...I uploaded a version 1.01 and build 1.1 then I decided to reject this compilation. I Changed on i-tunes version to 1.1 and tried to upload new version 1.1 build 1.1 and I got error. Then I change on xcode to build 1.2 and upload ok.

查看更多
爱情/是我丢掉的垃圾
4楼-- · 2019-01-16 16:14

I tried ApplicationLoader 2.9.1, it's working for me. ApplicationLoader 2.9.1 can download from itunes connect.

查看更多
做自己的国王
5楼-- · 2019-01-16 16:16

I have uploaded the app, but for missing screenshots for 3.5", I got the same error. And could not upload again from xcode.

(So I make an ipa file, in xcode organizer and export as ipa). But when I press the upload build in the itunesconnect then it take the old uploaded file (give me an option to choose). And then after saving this, I got the option for submit for review.

(If you go to the pre release tab in itunesconnect, you can see the previously uploaded app.)

查看更多
登录 后发表回答