fastlane: command not found.
作者:互联网
- astlane: command not found.
- 没有安装Xcode命令行工具,执行
xcode-select --install
- 没有安装fastlane 执行
sudo gem install fastlane -NV
或brew cask install fastlane
- 依旧报这个错误
~/.profile, ~/.zshrc ,~/.bashrc这三个文件添加export PATH="$HOME/.fastlane/bin:$PATH"
或export PATH="$HOME/.fastlane/bin/fastlane_lib:$PATH"
关闭终端,问题迎刃而解
标签:bin,fastlane,export,command,install,found,PATH,HOME 来源: https://www.cnblogs.com/wupeng88/p/12893169.html