Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ERROR ITMS-4238 Redundant Binary Upload after fixing a 90164/90046 error

Trying to upload to the App Store. First I got ERROR ITMS-90164/90046: Invalid Code Signing Entitlements which I solved from this ERROR ITMS-90164/90046: Invalid Code Signing Entitlements by Cleaning and Archiving again. But now after I cleaned an Archived, when I try to upload the new Archive I get this:

ERROR ITMS-4238 Redundant Binary Upload. There already exists a binary upload with build version '1' for train '1.0' at Software Assets/PreReleaseSoftwareAsset

How do I get rid of this file that already exists? It didn't even go thru because of the 90164/90046 error. I have no idea where to find this Software Assets/PreReleaseSoftwareAsset folder

edit: okay no idea how this works because despite that both times I tried to upload from Xcode I got errors, I now see the app build in the itunesconnect account. So I guess the first one went through anyways? Very confused.

like image 629
Tommy K Avatar asked Oct 25 '16 02:10

Tommy K


1 Answers

Increase your app's build number. If you were using Version 1.0 and build 1.0.1 for the earlier version, then make your current one Version 1.0 and build 1.0.2 Thank you.

like image 185
RBN Avatar answered Oct 11 '22 12:10

RBN