- 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"
关闭终端,问题迎刃而解