rubiconba / fastlane-plugin-flutter-version-manager

Fastlane plugin that is used to manage app versioning of Flutter project
MIT License
35 stars 11 forks source link

Fastlane 2.183 breaks loading #5

Closed dsgriffin closed 3 years ago

dsgriffin commented 3 years ago

Run fastlane add_plugin flutter_version_manager using fastlane 2.183 and I get the following:

Error loading plugin 'fastlane-plugin-flutter_version_manager': cannot load such file -- git

| fastlane-plugin-flutter_version_manager     | 1.0.0   | No actions found                     |
+---------------------------------------------+---------+--------------------------------------+

[!] No actions were found while loading one or more plugins
    Please use `bundle exec fastlane` with plugins
    More info - https://docs.fastlane.tools/plugins/using-plugins/#run-with-plugins
davormaricdev commented 3 years ago

This plugin heavily resides on having a git repository. You need to configure ruby-git. Add gem 'git' to fastlane/Pluginfile or follow the instructions from their repository.

https://github.com/ruby-git/ruby-git