Skip to content
Discussion options

You must be logged in to vote

hey @UFOStudios, as i was mentioning below, this error typically occurs because you've previously uploaded an app version with the same bundle version to the App Store.
Apple requires that each new submission must have a higher bundle version than the previously uploaded version.

To resolve this issue, just add this build arguments to your build step
--build-name=1.2.$PROJECT_BUILD_NUMBER --build-number=$(($PROJECT_BUILD_NUMBER + 1))

  • The PROJECT_BUILD_NUMBER variable is a built-in environment variable that represents the current build number of your project.
  • It is automatically incremented with each new build of your app.

if you are using codemagic.yaml and not workflow editor, then yo…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@dtrdic
Comment options

Answer selected by dtrdic
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants