pod 常用命令
Posted 活最好的自己
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pod 常用命令相关的知识,希望对你有一定的参考价值。
1. 删除 pod 文件夹和 podfile.lock 文件, 在Podfile所在目录使用命令 pod install --repo-update 快速更新库文件
2. 重新安装 pod: sudo gem install cocoapods
3. 快速更新 podfile 中新加入的文件, 使用命令 pod update --repo-update.
以上是关于pod 常用命令的主要内容,如果未能解决你的问题,请参考以下文章