Build forever in IOS #3367
Replies: 2 comments
-
|
Hello @vitoramerico as a first step i suggest to clean your project locally with this commands This will either help you reproduce the same issue locally or fix it entirely. If the build still hangs on Codemagic after this, please compare the tool versions you’re using locally (Xcode, Flutter, CocoaPods) with the ones used on Codemagic. Let me know how it goes |
Beta Was this translation helpful? Give feedback.
-
|
This discussion is being closed due to no activity in the last 14 days. You can reopen the discussion at any time if needed. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
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?
Flutter (Dart)
Steps to reproduce
running makes the build freeze:
flutter build ipa --release --dart-define-from-file=.env.development --flavor dev --no-tree-shake-icons --export-options-plist=/Users/builder/export_options.plistMy codemagic.yaml
Expected results
Command runs
flutter build ipa --release --dart-define-from-file=.env.development --flavor dev --no-tree-shake-icons --export-options-plist=/Users/builder/export_options.plistActual results
command freezes in Xcode build

Build id (optional)
6942e0fa69fb1f8ce7a7e9c7
Beta Was this translation helpful? Give feedback.
All reactions