The target overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Pods.xcconfig

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

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

    - Remove the build settings from the target.


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

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

    - Remove the build settings from the target.


解决方案:

This definetly works most of the time: Go to your target Build Settings -> Other linker flags -> double click . Add $(inherited) to a new line .


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

你可能感兴趣的:(The target overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Pods.xcconfig)