使用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.
答案 0 :(得分:0)
你有没有试过清理/解除诽谤?
$ sudo gem install cocoapods-deintegrate cocoapods-clean
$ pod deintegrate
$ pod clean
$ rm Podfile