-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproducerunning Local and codemagic's Codemagic's:
Local:
Build runs fine locally. Interesting: this is the very same issue reported in the past, same code base: https://github.com/orgs/codemagic-ci-cd/discussions/2148 Removing Any help is appreciated. Expected results
Actual results
Build id (optional)6815334b4c8496e69b62e85a |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 7 replies
-
Hello @guifroes,
Kindly share how this goes, and please include the build number. |
Beta Was this translation helpful? Give feedback.
-
I'm facing the same issue: the IPA build process gets stuck when running the 'Running Xcode build' command. See the image below for reference. Build id 681cb269827b8527b76cb243 |
Beta Was this translation helpful? Give feedback.
-
Hey @guifroes @vitoramerico,
|
Beta Was this translation helpful? Give feedback.
-
Hello!
Tried that, same result. :(
…On Wed, May 21, 2025 at 6:07 AM Damilola Alimi ***@***.***> wrote:
Hey @guifroes <https://github.com/guifroes> @vitoramerico
<https://github.com/vitoramerico>,
Apologies for the late response.
Please can you try clearing cache if you have any in your build?
Afterwards, in your pre-build script, kindly run pod repo update before
doing pod install i.e. in your pre-build add below:
cd ios
pod repo update
pod install
—
Reply to this email directly, view it on GitHub
<#3085 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAELDATB6SGBAAB7UCZGKED27Q66LAVCNFSM6AAAAAB4LD3IZGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGMRRG43TENI>
.
You are receiving this because you were mentioned.Message ID:
<codemagic-ci-cd/codemagic-docs/repo-discussions/3085/comments/13217725@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
Hi, I am also getting this issue randomly occuring. Verbose mode is not being set, and this is the command These are occuring without any caching - (Cache is not available. Skipping.) We are using the workflow editor so cannot add further steps to the script E.g. Regular build - 5m 8s total for step (ID 68517f1ea551b38c32517f19) Abnormal builds
Running pod install... 89.6s
Running pod install... 86.5s
Running pod install... 80.3s |
Beta Was this translation helpful? Give feedback.
Hey @guifroes @vitoramerico,
Apologies for the late response.
Please can you try clearing cache if you have any in your build? Afterwards, in your pre-build script, kindly run pod repo update before doing pod install i.e. in your pre-build add below: