You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Tried installing the nokogiri using gem install nokogiri but still the same error.
Any help on this
The text was updated successfully, but these errors were encountered: