-》问题描述:最近把公司的项目代码clone下来,各种pod update以后,run不起来,报错如下:

  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.

-》解决方案:


  关闭Xcode,重新执行pod install,之后再重新打开Xcode运行。
 
其它解决方案见链接:http://www.jianshu.com/p/4c3164fe552a
 

相关文章:

  • 2022-12-23
  • 2021-07-01
  • 2021-05-09
  • 2021-09-13
  • 2022-12-23
  • 2022-12-23
  • 2021-10-02
猜你喜欢
  • 2021-05-24
  • 2022-12-23
  • 2021-11-11
  • 2022-12-23
  • 2022-01-04
  • 2021-12-19
  • 2022-12-23
相关资源
相似解决方案