从SVN上update代码之后,报错如下:

error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.

解决办法如下:

1、先关闭你的工程,然后进入你工程根目录下

2、rm -rf Pods

3、(Optional) rm -rf YourProject.xcworkspace

4、rm -rf Podfile.lock

5、pod install 

再重新打开你的工程即可

The sandbox is not in sync with the Podfile.lock

参考链接如下:

https://stackoverflow.com/questions/17072396/cocoapods-errors-on-project-build/19131855#19131855

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-30
  • 2021-06-30
  • 2021-07-31
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-02-13
  • 2022-12-23
  • 2022-12-23
  • 2021-11-14
相关资源
相似解决方案