Xcode构建失败diff:/Podfile.lock:没有这样的文件或目录

时间:2018-06-13 17:23:22

标签: ios xcode

使用Xcode 9.2。我在根目录中运行 Pod安装并执行了清理和构建,但仍然存在问题。我甚至删除了podfile,Manifestfile。锁定文件并直接在root用户运行POD安装并进行清理和构建但问题仍然保持不变。对此解决方案的任何建议都将非常感谢。

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 个答案:

答案 0 :(得分:0)

你有没有试过清理/解除诽谤?

$ sudo gem install cocoapods-deintegrate cocoapods-clean
$ pod deintegrate
$ pod clean
$ rm Podfile

另请参阅:How to remove CocoaPods from a project?