Skip to content
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

Closed
repl-krishna-g opened this issue Dec 11, 2018 · 4 comments
Labels
bug Something isn't working

Comments

@repl-krishna-g
Copy link

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'

@bskim45
Copy link
Owner

bskim45 commented Dec 27, 2018

It seems like you have a problem with loading previous plugins. Can you reproduce that error with other plugins disabled?

@dokinkon
Copy link

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)
[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)
[12:04:50]: It seems like you wanted to load some plugins, however they couldn't be loaded
[12:04:50]: Please follow the troubleshooting guide: https://docs.fastlane.tools/plugins/plugins-troubleshooting/
+------------------------+-----------+------------------+
| Used plugins |
+------------------------+-----------+------------------+
| Plugin | Version | Action |
+------------------------+-----------+------------------+
| fastlane-plugin-googl | undefined | No actions found |
| e_drive | | |
+------------------------+-----------+------------------+

I've tried installing other versions of google-api-client which includes
google-api-client-0.22.0, google-api-client-0.23.9, and google-api-client-0.27.2, but still have this problem. Thanks your kindly reply.

@bskim45
Copy link
Owner

bskim45 commented Jan 14, 2019

ok. seems like there is dependency conflict with other plugins. I'll publish new version with updated dep.

@bskim45
Copy link
Owner

bskim45 commented Jan 14, 2019

Fixed in 0.4.0

@bskim45 bskim45 closed this as completed Jan 14, 2019
@bskim45 bskim45 added the bug Something isn't working label Jan 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants