使用CocoaPods update时遇到 Unable to find a specification for 'xxxxx ' depended upon by Podfile.

cd 到 Pod 的同级目录,执行以下命令:
1.pod repo remove master
2.pod setup
setup成功后,再次执行 pod update --verbose --no-repo-update 即可。

你可能感兴趣的:(使用CocoaPods update时遇到 Unable to find a specification for 'xxxxx ' depended upon by Podfile.)