the-target-overrides-the-other-ldflags-build-setting-defined-in-pods-pods

http://stackoverflow.com/questions/18376416/the-target-overrides-the-other-ldflags-build-setting-defined-in-pods-pods

事情是这样的 weibo sdk 叫我在the other flags中添加-objc,结果pods就一直报错


Downloading dependencies

Using AFNetworking (2.5.4)

Generating Pods project

Integrating client project


[!] The `shengyin [Debug]` target overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Target Support Files/Pods-shengyin/Pods-shengyin.debug.xcconfig'. This can lead to problems with the CocoaPods installation

    - Use the `$(inherited)` flag, or

    - Remove the build settings from the target.


[!] The `shengyin [Release]` target overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Target Support Files/Pods-shengyin/Pods-shengyin.release.xcconfig'. This can lead to problems with the CocoaPods installation

    - Use the `$(inherited)` flag, or

    - Remove the build settings from the target.


后来选中这个 the other flag 直接delete删除之后就好了。

你可能感兴趣的:(iOS)