Shorebird build failing on Flutter v3.35.3 #3248
-
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 and release successfully without any issues. Actual resultsThe Android build process failed with the following output:
I also found that Codemagic is using an outdated version of Shorebird (v1.6.39), while the latest version is v1.6.58. Build id (optional)68c01dda80e4b99a866d6615 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @japhetobsioma,
Remove the |
Beta Was this translation helpful? Give feedback.
Hello @japhetobsioma,
We resolved this via in-app chat, but sharing the solution here for anyone with a similar issue. If your pubspec.yaml has Flutter pinned under environment, e.g.:
Remove the
flutter:
line. That resolves the version-solving failure during shorebird release. This issue is currently being tracked on the Shorebird side; you can follow the issue for updates for when a fix is released and/or upvote the issue here: shorebirdtech/shorebird#3298.As regards the shorebird version in the Workflow editor, we have had to pin it to version 1.6.39 to avoid breaking changes in the expected 2.0 release. At the moment, we are still lo…