line 3: fastlane: command not found

print
If you are working on local machine then add following to you .bash_profile
export PATH=”$HOME/.fastlane/bin:$PATH”
If you are working on Jenkins then this worked for me ?
Under Jenkins -> Manage Jenkins -> Configure System -> Global properties -> Environment variables I added:
Name: Path Value: /bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
Reference

https://stackoverflow.com/a/57700789

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.