Fastlane command not found

后端 未结 14 1684
粉色の甜心
粉色の甜心 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:35

    I got run into similar issue last week. I installed fastlane using homebrew on mac, but it was showing the same error.

    I tried installing it using Ruby and it worked like a charm. Here is the command.

    sudo gem install fastlane -NV
    

    Also seems like you have not installed command line tools for xcode.

    Install them using xcode-select --install

提交回复
热议问题