-
"status":"409","detail":"The bundle version must be higher than the previously uploaded version." No matter what TAG or branch I try to build. But what is the reason that publish old version. In my TestFlight I have 4 builds. Next should be 5. Build logflutter build ipa --release --export-options-plist /Users/builder/export_options.plist --build-number=5 Publish logDistribution type: App Store Has anybody experienced this issue? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 35 replies
-
Hi @Splagov, Can you please share the build id? |
Beta Was this translation helpful? Give feedback.
-
Let's do this, please.
$APP_APPLE_ID is your app id from the app store account. |
Beta Was this translation helpful? Give feedback.
-
Hi @Splagov,
and re-add Let us know how it goes. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone, I tried some many times to get the script to work but it just doesn't work. Here's my script:- scripts: Here's the error I get:- /var/folders/w2/rrf5p87d1bbfyphxc7jdnyvh0000gn/T/build_script_5_1_d8ps23a0: line 3: scripts:: command not found Build failed :| |
Beta Was this translation helpful? Give feedback.
Hi @Splagov,
Please ensure that the plist file holds the following keys and their corresponding strings.
and re-add
--build-name=1.0.0 --build-number=$(($(app-store-connect get-latest-testflight-build-number $APP_ID) + 1))
to the build arguments.Let us know how it goes.
Thank you.