- gem 版本过低不能安装fastlane,需要升级gem
- xcode-select 安装位置变化会导致
sh: agvtool: command not found
解决办法:
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
- brew 安装的fastlane 的 action数量远小于 gem直接安装,需要reinstall fastlane 在用gem来安装 其中包括 build_app ~= gym upload_to_testflight ~= pilot
- gem 安装之后的 $GEM_HOME 问题,如果不改$GEM_HOME的话,就需要自行把$PATH里加上在gem[version]/bin 这样
- 未完待续