在使用cocoapods过程中遇到的问题…

来源:互联网 发布:淘宝直播点赞花钱吗 编辑:程序博客网 时间:2024/06/05 20:03
在使用cocoapods时,偶尔会出现,打开新工程xcodepods报红了啊。不要担心:以下方法搞定:

iff: /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.
  • 稍微复杂一点,删除以下文件:

    xcworkspace
    Podfile.lock
    Pods文件夹
    ~/Library/Developer/Xcode/DerivedData路径下对应工程的文件夹 

    然后重新执行pod install


0 0