标签:
问题描述:The sandbox is not in sync with the Podfile.lock. Run ‘pod install‘ or update your CocoaPods installation.
解决办法:
Step-by-step
Info
6. Quit Xcode
7. rm -rf Pods/ Podfile.lock ; pod install
Once you have allowed pod install
in step 7
to do it‘s magic, you may be able to use a custom config and change your configurations.
Pod 安装第三方库遇到Podfile.lock同步失败问题
标签:
原文地址:http://www.cnblogs.com/mogul/p/5141776.html