Home > front end >  The bundle version, 1, must be a higher than the previously uploaded version
The bundle version, 1, must be a higher than the previously uploaded version

Time:07-01

When I try to upload new game build at my new Apple Store account, I was getting this kind of error though I have tried multiple times:

enter image description here

Let me show you TestFlight section of my account: enter image description here

This is new account, I have created and uploading my first game build.

What to do in this situation?

CodePudding user response:

In Xcode, you should go to Runner (Targets) => General Tab and increase Version & Build

For example, if Version = 1.0.0 you can update it to Version = 2.0.0 and if Build = 1 you can update it to Build = 2

CodePudding user response:

I have noticed that few failed attempts Apple counted too -- Though uploaded builds not showing in the account but it is not allowing me to upload the same number of build number again. I have tried with Version 1.0(1), Version 1.0(2) and one time Version 1.0(3) get failed because of internet connection lose so at last I got success with Version 1.0(4)

Here is the screenshot of my point: enter image description here

I hope this reply become useful to other people.

  • Related