美文网首页
target overrides the `OTHER_LDFL

target overrides the `OTHER_LDFL

作者: 薄凉_简书 | 来源:发表于2017-02-20 12:00 被阅读39次

    CocoaPods 问题:The `xxx [Debug]` target overrides the `OTHER_LDFLAGS` build setting defined in...

    产生此警告的原因是项目 Target 中的一些设置,CocoaPods 也做了默认的设置,如果两个设置结果不一致,就会造成问题。

    我想要使用 CocoaPods 中的设置,分别在我的项目中定义`Header search Paths` 和 `Other Linker Flags`的地方,把他们的值用`$(inherited)`替换掉,进入终端,执行

    pod update

    警告没了,回到 Xcode,build通过。

    还有一种粗暴的方法:www.cnblogs.com/ihojin/p/xcode6-cocoapods-error.html

    相关文章

      网友评论

          本文标题:target overrides the `OTHER_LDFL

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