https://www.jianshu.com/p/5939db5ef105
通过gem安装了fastlane之后,命令行通过fastlane显示
zsh: command not found: fastlane
这是环境变量出问题了
找到fastlane,bin文件
/opt/homebrew/lib/ruby/gems/3.2.0/gems/fastlane-2.212.2/bin
安装如下更改环境变量
https://www.cnblogs.com/wupeng88/p/12893169.html
问题解决
网友评论