iOS "The sandbox is not in

2017-07-31  本文已影响21人  百事星空

问题描述:

diff: /../Podfile.lock: No such file or directory 
diff: Manifest.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.

解决方案:

cd 自己工程的路径
rm -rf MyProject.xcworkspace  
pod install

ps:如果还是没解决问题,请参考这篇文章详细内容

上一篇 下一篇

猜你喜欢

热点阅读