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

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

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容