本文主要是介绍IOS--The sandbox is not in sync with the Podfile.lock.,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
更新Cocoapod之后出现问题:
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.`
解决方案:
1、删除Check Pods Manifest.lock
2、关闭现在的工作空间,删掉以前的xcworkspace,然后重新pod install,install完后,重新打开项目,clean+build项目,运行
rm -rf MyProject.xcworkspace
pod install
这篇关于IOS--The sandbox is not in sync with the Podfile.lock.的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!