美文网首页
添加多target后 cocoapod的问题

添加多target后 cocoapod的问题

作者: 维若 | 来源:发表于2019-07-23 15:27 被阅读0次

    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.

    google一圈之后,找到两个解决方案:

    方案一:

    关闭Xcode,重新执行pod install,之后再重新打开Xcode运行。

    方案二:

    稍微复杂一点,删除以下文件:

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

    然后重新执行pod install

    CocoaPods 之 framework not found pods_
    1.打开target

    2.general 的里Linked frameworks and libraries

    3.删除和cocoapods 有关的framework

    相关文章

      网友评论

          本文标题:添加多target后 cocoapod的问题

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