pod 只安装添加的库

pod 只安装新添加的库

pod install --verbose --no-repo-update

报错再执行 pod install

更新指定库

pod update podName --verbose --no-repo-update

查看当前pod中库的版本号

cat Podfile.lock

pod错误:
If none exists, create a ticket, with the template displayed above

Podfile文件添加一行:source 'https://github.com/CocoaPods/Specs.git'

你可能感兴趣的:(pod 只安装添加的库)