We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Users trying to use Flutter Version Manager (FVM) in a monorepo setup often encounter the error:
FVM configuration file not found.
This occurs when they set working_directory and flutter: fvm under environment in their codemagic.yaml.
working_directory
flutter: fvm
environment
Suggested Solution:
brew tap leoafarias/fvm brew install fvm fvm install 3.19.0 fvm use 3.19.0
This can be documented in the Common Issues section or added to the Setting the Flutter Version section - https://docs.codemagic.io/yaml-quick-start/building-a-flutter-app/#setting-the-flutter-version.
Also, an additional comment that this would only work with the YAML configuration should be added.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Users trying to use Flutter Version Manager (FVM) in a monorepo setup often encounter the error:
This occurs when they set
working_directory
andflutter: fvm
underenvironment
in their codemagic.yaml.Suggested Solution:
working_directory
path correctly.flutter: fvm
from environment.This can be documented in the Common Issues section or added to the Setting the Flutter Version section - https://docs.codemagic.io/yaml-quick-start/building-a-flutter-app/#setting-the-flutter-version.
Also, an additional comment that this would only work with the YAML configuration should be added.
The text was updated successfully, but these errors were encountered: