FVM configuration file not found #2825
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceIn my project, I've got
However, when I run codemagic, I get error I've set the Project path as funlab. Expected resultsIt should read the FVM configuration and compile. Actual resultsIt fails. Build id (optional)6734b62cd758c6deb6a9f337 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Probably it tries to read the .fvm folder from the root, but that's wrong because fvm is installed into the project folder, wherever that is (in my case |
Beta Was this translation helpful? Give feedback.
-
I updated FVM but build 673705a80aaa539da550437c still failed. |
Beta Was this translation helpful? Give feedback.
Ohh, I see, then this is the issue, unfortunately, it is not possible to use workflow editor and fvm if your project is a monorepo, but you can set it up using
codemagic.yaml
.The main thing is that you first need to set the path to your working directory then use the scripts section in order to configure and use FVM
Let me share an example of the YAML configuration to use as a reference. You can also follow this guide, which will help you set up your yaml workflow