CocoaPod
我遇到了非常糟糕的问题。我必须为优胜美地更新Cocoa pods
。然后我运行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.
和
[!] 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.
编辑:
我关注了@mef链接,但不知道在哪里放置代码?
答案 0 :(得分:14)
基于Mefs链接,我能够让它运转起来。如果有人想知道将$(inherited)
放在哪里,请将其放在项目的Other linker Flags
部分。