flutter / website

Flutter documentation web site
https://docs.flutter.dev
Other
2.82k stars 3.23k forks source link

Refactor Fastlane install guide #3405

Open tanmaypandharipande opened 4 years ago

tanmaypandharipande commented 4 years ago

Hi, I am facing issue for installation using both the methods,

gem install fastlane

and

brew cask install fastlane

I have posted the error on stack overflow, link is provided below :

https://stackoverflow.com/q/59291771/5917063

sfshaza2 commented 4 years ago

Any insight, @xster?

tanmaypandharipande commented 4 years ago

m -rf $HOME/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/faraday-0. rm -rf $HOME/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/specifications/faraday-0. gem install faraday -v 0.17.0 --install-dir $HOME/.fastlane/bin/bundle/lib/ruby/gems/2.2.0

Temporary workaround.

sfshaza2 commented 4 years ago

Thanks for that info, @tanmaypandharipande! It would be nice to add a note to the docs.