pod 只安裝新添加的庫
pod install --verbose --no-repo-update
報錯再執(zhí)行 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'