美文网首页技术分享-持续学习iOS Developer
iOS 报错:Library not found -lPods-

iOS 报错:Library not found -lPods-

作者: Sunxb | 来源:发表于2016-05-14 17:17 被阅读112次

    每个人出现的此问题的原因不同,直接上我的问题的解决方法

    1. 找到Other Linker Flags


      1.jpg
    2. 修改Other Linker Flags
      先删除所有已 -l"Pods- 开头的行,然后添加一行** $(inherited) **,并移到最顶部.
      以我们公司的项目为例, 修改完的为:
      2.png
    3. clean一下,重新运行

    如果此方法不能解决,可以点击下面的链接,查看更多的解决方法.

    跳转到Stack Overflow

    相关文章

      网友评论

        本文标题:iOS 报错:Library not found -lPods-

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