Git版本控制 + cocoapods
運(yùn)行腳本更新項(xiàng)目報(bào)錯(cuò):
diff: /../Podfile.lock: No such file or directory
error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.
根據(jù)提示運(yùn)行pod install pod update 依然沒用
參考 http://stackoverflow.com/questions/17072396/cocoapods-errors-on-project-build/19131855#19131855
要把workspace刪掉嚼蚀,重新pod install 生成。并且 command+shift+k
記錄之