-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduce
Expected resultsThe build should complete successfully, using the latest Flutter version (3.29.2), which is what the Shorebird CLI does in my local Mac environment. Actual resultsThe build fails, with the following output:
It is clear that an invalid argument, I use fvm, and I speculate that system is trying to pass my fvm flutter version to the shorebird command (instead of actually using the 'shorebird default', as it claims), resulting in a malformed command. Here is what my "Shorebird" step looks like in the workflow editor: ![]() This issue, in conjunction with this related issue (https://github.com/orgs/codemagic-ci-cd/discussions/3042) is making this process rather frustrating. Build id (optional)67e2ec19cf13025952046088 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello @lukemmtt, Here is a workaround to resolve this on your end, pending the fix:
This should remove the Screen.Recording.2025-03-26.at.09.24.48.mov |
Beta Was this translation helpful? Give feedback.
Hello @lukemmtt,
Thanks for the report!
We were able to reproduce the issue, but we found that it occurred due to a configuration issue in the Shorebird build settings switching in the Codemagic UI, and we are working to improve this.
Here is a workaround to resolve this on your end, pending the fix:
This should remove the
--flutter-version=fvm
argument and allow the build to complete successfully.Screen.Recording.2025-03-26.at.09.24.48.mov