美文网首页
The sandbox is not in sync with

The sandbox is not in sync with

作者: 呆呆滴木木菇凉 | 来源:发表于2017-05-04 15:22 被阅读0次

今天在github上下载了一份代码,但是运行时报错:

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.

解决办法

  • 关闭当前的项目,打开终端,进入到代码文件夹,删除掉文件夹中的workspace
rm -rf project.xcworkspace
  • 然后重新pod install,install完成之后,通过workspace打开项目即可。
pod install
  • 在pod install之前,请确保已经执行pod setup命令。
图片.png

相关文章

网友评论

      本文标题:The sandbox is not in sync with

      本文链接:https://www.haomeiwen.com/subject/pyartxtx.html