美文网首页
pod: diff: /../Podfile.lock: No

pod: diff: /../Podfile.lock: No

作者: Jason_风筝 | 来源:发表于2019-11-14 18:51 被阅读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.

這個問題是這里报出的, 所以只要我们可以让它找到就可以了


Snip20191114_55.png

解决

  • 添加 PODS_ROOT / PODS_PODFILE_DIR_PATH
    • PODS_ROOT = ${SRCROOT}/Pods
    • PODS_PODFILE_DIR_PATH = ${SRCROOT}/
xuxCF.png Snip20191114_56.png

参考:

相关文章

网友评论

      本文标题:pod: diff: /../Podfile.lock: No

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