`
GodJohnny
  • 浏览: 92435 次
  • 性别: Icon_minigender_1
  • 来自: 南京
社区版块
存档分类
最新评论

pod update时的错误提示

阅读更多
重新升级了MAC OS,XCODE版本后,pod update更新依赖包时,出现如下提示:

[!] The `XXX_dev_debug [Distribution]` target overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Target Support Files/Pods/Pods.distribution.xcconfig'. This can lead to problems with the CocoaPods installation
    - Use the `$(inherited)` flag, or
    - Remove the build settings from the target.

而之前是正常的,估计是XCODE升级带来的问题吧。

按提示,在编译选项里,如上面的OTHER_LDFLAGS里添加$(inherited)添加进去就可以了
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics