syonip / blog-comments

0 stars 0 forks source link

how-to-solve-fastlane-installation-error-on-mac-os-mojave #4

Open utterances-bot opened 4 years ago

utterances-bot commented 4 years ago

How to solve fastlane installation error on macOS Mojave | Jonathan's Dev Blog

What is fastlane Fastlane is a very useful automation tool for publishing iOS / Android apps. It make the building and deployment process scriptable, which makes it less error prone, and lets you push updates automatically with no manual involvement. The problem One of the…

https://www.learningsomethingnew.com/how-to-solve-fastlane-installation-error-on-mac-os-mojave

udev commented 4 years ago

"sudo gem install fastlane -NV"

That right there solved the annoying "Error updating fastlane: signet requires Ruby version >= 2.4.0" problem for me. Thanks!

syonip commented 4 years ago

You're welcome!

On Fri, 28 Feb 2020 at 22:09, Victor Ude notifications@github.com wrote:

"sudo gem install fastlane -NV"

That right there solved the annoying "Error updating fastlane: signet requires Ruby version >= 2.4.0" problem for me. Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/syonip/blog-comments/issues/4?email_source=notifications&email_token=ABJKLCN55ZSUBQPY2IG4Z5DRFFVPRA5CNFSM4K53HBTKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENJ7ZGA#issuecomment-592706712, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJKLCOBLZOKBEG2MQB2JGDRFFVPRANCNFSM4K53HBTA .

anirudhamahale commented 3 years ago

I followed your steps but now I get the below error

/usr/local/lib/ruby/gems/2.7.0/bin/bin-proxy
/usr/local/lib/ruby/gems/2.7.0/bin/fastlane
Successfully installed fastlane-2.152.0
1 gem installed
Anirudhas-Air:~ anirudha$ fastlane -v
-bash: fastlane: command not found
syonip commented 3 years ago

Hi @anirudhamahale , Did you look at this? https://stackoverflow.com/questions/36369197/fastlane-command-not-found