Build hangs on running "flutter build ipa" with --export-options-plist #2148
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceI am using Flutter 3.13.8, with Xcode 14.2 and it is a M1 Mac. everything builds fine on local but when I run the pipeline, it just freezes. Expected resultsBuild pass on Codemagic like it does on local. Actual resultsBuild hangs on running build command.
Build id (optional)65386608aa5a1171adc8536f |
Beta Was this translation helpful? Give feedback.
Answered by
himesh-cm
Oct 27, 2023
Replies: 1 comment 3 replies
-
Hi @ebragaparah, can you run a build without |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@ebragaparah,
The timeout may be due to verbose builds, which take time to print logs to the UI. Verbose builds should only be used for debugging, not regular workflows. Please avoid using verbose builds.
Is there anything else I can assist you with?