您的位置:首页 > Web前端

崩溃提示diff: /../Podfile.lock: No such file or directory diff: Manifest.lock: No such file or director

2016-12-29 10:02 591 查看
崩溃提示:

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.`

解决方案:

关闭当前工作空间,删除工程中的workspace,然后 pod install,完成之后重新打开 workspace,编译运行即可

$ cd 工程路径

$ rm -rf MyProject.xcworkspace

$ pod install

注意:在 pod install 之前要确保已经执行过 pod setup
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐