Fastlane command not found

后端 未结 14 1746
粉色の甜心
粉色の甜心 2020-12-23 16:48

I am trying to install fastlane. I have Xcode installed. I installed fastlane using the command sudo gem install fastlane. I now go in

14条回答
  •  眼角桃花
    2020-12-23 17:30

    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

提交回复
热议问题