xcode changing version not change uploaded version

Hi, if i change my version in my xcode project (example I set version = 1.7) i get this error when i publish on the app store:

the build with the version 1.32 can't be imported because a later version has been closed

I searched on the web and on my project but i not find anything about..

How to solve that?

You have 2 things:

  • the app version
  • the build version

What are the previous and new values of both ?

For a new submission, version must be higher.

.

How to solve that

Probably by changing the version number (may be the build number as well) and resubmit after changing the included build.

If you're interested in the details:

h t t p s : / / elliotchance.medium.com/incrementing-the-xcode-build-number-cf54f8c8ef0b

xcode changing version not change uploaded version
 
 
Q