-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceThe builds are able to run locally, this issue has occurred since flutter 3.22.1
Expected resultsBuild should succeed Actual results
Build id (optional)665f1889bf1021c520b50b61 |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 6 replies
-
We are having the same problem. No changes, flutter 3.22.1. Builds just stopped working for android. iOS unaffected. |
Beta Was this translation helpful? Give feedback.
-
same here... |
Beta Was this translation helpful? Give feedback.
-
Same here as well.... |
Beta Was this translation helpful? Give feedback.
-
Same here... But actually, I don't use Codemagic, it's the same with my vanilla project, I think it's more of a Flutter problem? |
Beta Was this translation helpful? Give feedback.
-
We managed to resolve our issue through a lot of trial and error. It seemed the error in CM was begin triggered by a specific flutter package that had received a minor patch (x.y.1). It wasn't possible to infer this from the minimal logging out of CM but we got this information from support (a list of version changes). For us, this was intercom_flutter and specifically 9.0.6. We locked this to 9.0.4 (last known working version). The failed builds coincide with the release of this package as we had built successfully 7 days prior, and 6 days prior Intercom had released the patch. We are yet to raise this on their gitHub, but will be. So if you literally have the same error and are using Intercom, then look at the package version. If not, some other package must be triggering the same build error. Now whether this is an Intercom issue, or a CM issue, I do not know. It builds just fine locally, so to me this suggests something in CM has changed that causes a dependancy issue when pulling that package version in their pipeline. |
Beta Was this translation helpful? Give feedback.
it could be this issue: v3rm0n/intercom_flutter#436 and OP shared his solution at v3rm0n/intercom_flutter#436 (comment).