FVM is reading from fvc_config.json
but from 3.0.0 it should read from .fvmrc
file.
#2735
Replies: 2 comments 3 replies
-
hey @Rohithgilla12 Codemagic can read the flutter version from both files
to
can you doublecheck if it's correct? |
Beta Was this translation helpful? Give feedback.
-
I'm tentatively closing the discussion since we haven't heard back from you. You can open the discussion again by replying to this message or opening a new discussion. |
Beta Was this translation helpful? Give feedback.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
Expected results
The build to detect the flutter version from
.fvmrc
file and build accordingly.Actual results
The build fails because it couldn't find the
.fvm
folder andfvm_config.json
file.But from
fvm
v3 https://github.com/leoafarias/fvm/blob/main/CHANGELOG.md#300 they use a custom.fvmrc
file and it doesn't need having.fvm
directory checked into git.Build id (optional)
No response
Beta Was this translation helpful? Give feedback.
All reactions