- 更新指定第三方库
pod update 库名
- 只安装新添加的库,已更新的库忽略
pod install --verbose --no-repo-update
- 只更新指定的库,其它库忽略
pod update 库名--verbose --no-repo-update
Tips: 安装repo镜像
cd ~/.cocoapods/repos
git clone --depth 1 https://github.com/CocoaPods/Specs.git master
pod update 库名
pod install --verbose --no-repo-update
pod update 库名--verbose --no-repo-update
Tips: 安装repo镜像
cd ~/.cocoapods/repos
git clone --depth 1 https://github.com/CocoaPods/Specs.git master
本文标题:iOS Cocoapods 更新指定的库
本文链接:https://www.haomeiwen.com/subject/sanxchtx.html
网友评论