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

Error loading plugin 'fastlane-plugin-retry': cannot load such file -- nokogiri #3

Open
ghost opened this issue Feb 8, 2019 · 2 comments

Comments

@ghost
Copy link

ghost commented Feb 8, 2019

Tried installing the nokogiri using gem install nokogiri but still the same error.

Any help on this

@scotthmccoy
Copy link

I'm getting the same issue.

@scotthmccoy
Copy link

I resolved this by adding the following to my Gemfile:

gem "nokogiri"
gem "nokogiri-plist"

I don't know enough about ruby to say with any level of certainty, but if I had to guess, I think this means that there's an implied dependency on these two nokogiri gems that's not explicitly listed in fastlane-plugin-retry's dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant