-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
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
It seems like you wanted to load some plugins, however they couldn't be loaded #5
Comments
It seems like you have a problem with loading previous plugins. Can you reproduce that error with other plugins disabled? |
Hi, I got a similar problem while installing this plugin: [12:04:50]: Error loading plugin 'fastlane-plugin-google_drive': Unable to activate google_drive-2.1.12, because google-api-client-0.23.9 conflicts with google-api-client (< 0.22.0, >= 0.11.0) I've tried installing other versions of google-api-client which includes |
ok. seems like there is dependency conflict with other plugins. I'll publish new version with updated dep. |
Fixed in 0.4.0 |
Getting below error when I try to add google_drive plugin(
fastlane add_plugin google_drive
)DEBUG [2018-12-11 12:32:44.64]: Checking if there are any plugins that should be loaded... ERROR [2018-12-11 12:32:44.74]: It seems like you wanted to load some plugins, however they couldn't be loaded ERROR [2018-12-11 12:32:44.74]: Please follow the troubleshooting guide: https://docs.fastlane.tools/plugins/plugins-troubleshooting/ DEBUG [2018-12-11 12:32:45.33]: Adding line: gem 'fastlane-plugin-google_drive' INFO [2018-12-11 12:32:45.33]: Plugin 'fastlane-plugin-google_drive' was added to './fastlane/Pluginfile' WARN [2018-12-11 12:32:45.33]: Make sure to commit your Gemfile, Gemfile.lock and Pluginfile to version control INFO [2018-12-11 12:32:45.33]: $ bundle install && echo 'Successfully installed plugins'
The text was updated successfully, but these errors were encountered: