Build failed, Encountered error while archiving for device. #1543
-
Build command - --build-name=8.0.0 \ --build-number=$(($(app-store-connect get-latest-testflight-build-number "$APP_ID" --pre-release-version="5.0.0") + 1)) \ --export-options-plist=/Users/builder/export_options.plist` fail note- In the log I have the following warning- , Some builds before I had the error- Its looking like the build base on setup that is not defined in my files` |
Beta Was this translation helpful? Give feedback.
Replies: 9 comments 6 replies
-
Thanks for moving the discussion here. The error is occurring because you are using an older Flutter version and that version of the Flutter SDK uses version The way to set the version of the Flutter SDK that your workflow uses is either in the GUI if you are using the Workflow Editor or in your YAML within the environment:
flutter: stable
... |
Beta Was this translation helpful? Give feedback.
-
Thanks
|
Beta Was this translation helpful? Give feedback.
-
Is it Posible the ` flutter build ipa --release \
|
Beta Was this translation helpful? Give feedback.
-
Is it posible the this is the problem? |
Beta Was this translation helpful? Give feedback.
-
Hi,
Is it possible that the path is ok and the file is not there? |
Beta Was this translation helpful? Give feedback.
-
Hello Where is permission definitions? |
Beta Was this translation helpful? Give feedback.
-
Thanks
I'm using windows
Where I need to write the command?
And what command do I use?
…On Fri, 7 Apr 2023 at 12:27 Maksim Lin ***@***.***> wrote:
This is standard Unix permissions.
You need to mark the file as executable, on the command line this is chmod
+x filename and then commit the change in git.
—
Reply to this email directly, view it on GitHub
<#1543 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A34IBINEWGY4XV5EXUURHZDW77MZXANCNFSM6AAAAAAWT2MALM>
.
You are receiving this because you authored the thread.Message ID:
<codemagic-ci-cd/codemagic-docs/repo-discussions/1543/comments/5551954@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
Thanks |
Beta Was this translation helpful? Give feedback.
-
Thanks! |
Beta Was this translation helpful? Give feedback.
Thanks
This is environment section in Codemagic.yaml
What should I fix?
environment: groups: - A vars: appP: $APP_STORE_CONNECT_PRIVATE_KEY appK: $APP_STORE_CONNECT_KEY_IDENTIFIER appI: $APP_STORE_CONNECT_ISSUER_ID ios_signing: distribution_type: app_store # development # ad_hoc # or: ad_hoc | development | enterprise app_store bundle_identifier: com.allergy # QD2YB6G8K8.com.allergy # com.allergy flutter: 3.3.10 xcode: 14.2 cocoapods: 1.11.3