Skip to content
Discussion options

You must be logged in to vote

Note: issue resolved

     BUILD_NUMBER=$(($(app-store-connect get-latest-testflight-build-number "$APP_STORE_ID") + 1))
      flutter build ipa --release \
      --build-name=1.0.$BUILD_NUMBER \
      --build-number=$BUILD_NUMBER\ <-- this backslash was causing a syntax error, it has to have empty space before \
      --export-options-plist=/Users/builder/export_options.plist

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@dtrdic
Comment options

Answer selected by dtrdic
@billdacat
Comment options

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