美文网首页
第三方程序中包涵pod运行报错及解决

第三方程序中包涵pod运行报错及解决

作者: 猿二胖 | 来源:发表于2017-11-15 10:49 被阅读0次

1、报错

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.

2、解决方案

方案一:

command + Q退出Xcode,重新执行pod install,之后再重新打开Xcode

方案二:

删除以下文件

xcworkspace(有的话)

Podfile.lock

Pos文件夹

~/Library/Developer/Xcode/DerivedData路径下对应工程的文件夹

执行pod install

相关文章

网友评论

      本文标题:第三方程序中包涵pod运行报错及解决

      本文链接:https://www.haomeiwen.com/subject/sbdcvxtx.html