iOS相关笔记
Pod常用命令
m1常用
m1上需要添加 arch -x86_64
sudo arch -x86_64 gem install ffi
arch -x86_64 pod install
arch -x86_64 pod repo update // 快速更新
arch -x86_64 pod update // 更新所有库
arch -x86_64 pod update Moya // 更新moya
arch -x86_64 pod cache clean --all
自动打包
自动打包可以使用fastlane这个工具
fastlane pgyerUp