6

This is what the version & build number show up as inside of xCode.

Version & build inside xcode

After archiving the version number appears to remain the same as the previous one.

Version & build after archiving

Error message I am getting after trying to upload the application

Error Message

Has anybody had this problem before or can you think of any possible fixes?

Baker2795
  • 237
  • 3
  • 12
  • Version and build numbers do not automatically update after an archive. If you want to achieve that, you need to your own script or other implementation. – siburb Sep 27 '16 at 03:22
  • 1
    @siburb so if I change the version number in xcode, and product > archive, the number shown in the archive should not reflect the updated number that I changed manually? – Baker2795 Sep 27 '16 at 03:31
  • Possible duplicate of [ERROR ITMS-9000: "Redundant Binary Upload. There already exists a binary upload with build version '1.0' for train '1.0'"](http://stackoverflow.com/questions/25680604/error-itms-9000-redundant-binary-upload-there-already-exists-a-binary-upload) – gurmandeep Sep 27 '16 at 05:06
  • @Baker2795 : getting same issue for me, any info on this will be helpful. Even if I manually update the build and version number, after archiving previous version and build number was displaying. Is this any cache issue. please help – shyam.y Feb 21 '19 at 13:59
  • @Baker2795 did you find solution? – Soban Arshad Nov 02 '22 at 11:34

1 Answers1

1

CFBundleShortVersionString CFBundleVersion Please check these two values in your info.plist file, you must have hard coded them sometime. It was the case with me. These values were hard codedly given

Soban Arshad
  • 1,295
  • 19
  • 15