error: The sandbox is not in syn
2015-10-21 本文已影响202人
NoExcuse
Podfile文件被修改,添加了新的库,或是修改了库的版本号。Xcode报错:error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.
--------------
cd 工程目录下
pod update (这里看你更新的库是否需要翻墙,一般这里会更新时间比较久)
Update all pods
Updating local specs repositories(在这里停留时间比较久)