Build fails for 3.14.0-13.0.pre #2020
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceSet Expected resultsBuild Actual results== Use Flutter version 3.14.0-13.0.pre == Build failed :| Build id (optional)64f7387f056de8c1650ee798 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
hey @bf-viabill this is because that version is not installed on VM. You can check machine specs here. But, if you want to use that specific version, there is a Flutter Version Management (FVM) tool available that allows you to easily select the desired Flutter version specified in your FVM configuration file. You can download the FVM package from here https://fvm.app/docs/getting_started/overview/ Once you have FVM set up, you can use it in Codemagic by selecting the "from FVM configuration" option from the dropdown menu in the Build settings. This will ensure that your project is built using the Flutter version specified in your FVM configuration. |
Beta Was this translation helpful? Give feedback.
It is available when you use
fvm install 3.14.0-13.0.pre
.I've ended up disabling the flutter in the CI and installing it through FVM using a custom script.