可可豆荚的问题

Dev*_*evC 5 objective-c ios cocoapods

我的问题很严重CocoaPod.我不得不Cocoa pods为Yosemite 更新.然后我运行pod更新并收到以下警告消息:

[!] 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.
Run Code Online (Sandbox Code Playgroud)

和

[!] 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.
Run Code Online (Sandbox Code Playgroud)

编辑:

我跟着@mef链接,但不知道在哪里放置代码?

Dev*_*evC 14

基于Mefs链接,我能够让它工作.如果有人想知道放在哪里$(inherited),请将其放在Other linker Flags项目的部分.

在此输入图像描述