Hello Friends 👋,

Welcome To Infinitbility! ❀

When you trying to upload IPA more then one time in App Store using Xcode archive, and you didn’t change Marketing version at building project archive then you definitely get below error when you start uploading ipa to App Store.

Archive, Error, Xcode

ERROR ITMS-90189: “Redundant Binary Upload. You’ve already uploaded a build with build number ‘24’ for version number ‘1.0.1’. Make sure you increment the build string before you upload your app to App Store Connect. Learn more in Xcode Help (http://help.apple.com/xcode/mac/current/#/devba7f53ad4)."

Let’s come to point how we resolved Redundant Binary Upload issue simle we have to change Marketing version before build Archive.

Marketing Version, Xcode
  1. Go to project Targets and click on Build setting
  2. Search Versioning or marketing version
  3. change marketing version more then currently you have like your current marketing version 1.0.1 then you will change to 1.0.2

Thanks for reading


May be you are looking for it

React native application release testing using xcode

how to add background mode in xcode

how to run react native project in xcode

How to debug swift code in react native xcode

Build failed after update Xcode 12.5

Archive uploading error to App Store using Xcode

How to open Archive build list in Xcode