Skip to content
Discussion options

You must be logged in to vote

hey @demolaf it's failing because of this error
The provided entity includes an attribute with a value that has already been used
The issue is that you are hardcoding the build name using --build-name=0.0.1 and that value, like the error message suggest, has already been utilized.
Try to use it like I suggested above. This way, you can avoid conflicts with previously used build names.

flutter build ipa --release  \
      --build-name=1.0.$BUILD_NUMBER \
      --build-number=$BUILD_NUMBER \

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
7 replies
@demolaf
Comment options

@dtrdic
Comment options

@demolaf
Comment options

@dtrdic
Comment options

Answer selected by dtrdic
@demolaf
Comment options

@dtrdic
Comment options

@demolaf
Comment options

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
2 participants