Failed to publish to App Store Connect #1924
Replies: 6 comments 1 reply
-
Hi @samfreeman210, i have already replied to you on the intercom. Let's continue the conversation there. |
Beta Was this translation helpful? Give feedback.
-
The current error is related to the bundle version, as per the below error message. One way to fix it by specifying the version to your build ipa command as below For more reference on Flutter build versioning, please check the doc here. |
Beta Was this translation helpful? Give feedback.
-
While I’m closing our discussion for now, if you have any other questions or suggestions, feel free to reply back or start a new discussion anytime. Have a nice day! |
Beta Was this translation helpful? Give feedback.
-
I got the same error, but I'm using a higher bundle version than the previously updated version,
This is the echo output:
and this is the error:
|
Beta Was this translation helpful? Give feedback.
-
Hi All, What is the solution for this error?
|
Beta Was this translation helpful? Give feedback.
-
Hello, This solution was work for me .
Regards |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Other - please mention in your question
Steps to reproduce
Imported flutterflow project from git hub repository to codemagic
Codemagic deploys to IOS app store connect
Expected results
Code magic deploys the git hub repository to IOS
Happiness
Actual results
tool-version": "6.315.14315",
"tool-path": "/Applications/Xcode-14.3.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/Versions/A/Frameworks/AppStoreService.framework",
"os-version": "13.3.1",
"product-errors": [
{
"message": "The provided entity includes an attribute with a value that has already been used",
"userInfo": {
"NSUnderlyingError": "Error Domain=IrisAPI Code=-19241 "The provided entity includes an attribute with a value that has already been used" UserInfo={status=409, detail=The bundle version must be higher than the previously uploaded version., source={\n pointer = "/data/attributes/cfBundleVersion";\n}, id=2b462983-86e8-405f-be6c-bde93d8bf324, code=ENTITY_ERROR.ATTRIBUTE.INVALID.DUPLICATE, title=The provided entity includes an attribute with a value that has already been used, meta={\n previousBundleVersion = 1;\n}, NSLocalizedDescription=The provided entity includes an attribute with a value that has already been used, NSLocalizedFailureReason=The bundle version must be higher than the previously uploaded version.}",
"NSLocalizedDescription": "The provided entity includes an attribute with a value that has already been used",
"previousBundleVersion": "1",
"iris-code": "ENTITY_ERROR.ATTRIBUTE.INVALID.DUPLICATE",
"NSLocalizedFailureReason": "The bundle version must be higher than the previously uploaded version: \u20181\u2019. (ID: 2b462983-86e8-405f-be6c-bde93d8bf324)"
},
"code": -19232
}
]
}
Failed to upload archive at "/Users/builder/clone/build/ios/ipa/Lace.ipa"
Failed to publish /Users/builder/clone/build/ios/ipa/Lace.ipa
Failed to publish Lace.ipa to App Store Connect.
Build id (optional)
64c394b6a71cfc8572b6610b
Beta Was this translation helpful? Give feedback.
All reactions