有没有办法排除pod更新?或者一种安装单个pod而不影响其他pod的方法?
如果您已经在项目中拥有该库,它将安装pod而不进行任何存储库更新,否则将下载
pod install --no-repo-update
如果要更新特定库,可以使用:
pod update [POD_NAME...]