悪あがきプログラマー

悪あがきを続けていきたい技術と書評なブログです。トレタでiOSエンジニアやってます。

Cocoapods The `Xxx [Debug]` target overrides the `OTHER_LDFLAGS` build setting

Cocoapodsをアップデートしてpod installするとこんなエラーが。


[!] The `Xxx [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.

$(inherited)を追加すればいいみたいだけどどこに追加すれば良いのかよくわからない。と探しまわっていたらちょうどよいブログが。

CocoaPodsで[overrides the `HEADER_SEARCH_PATHS` build setting defined in `Pods/Pods.xcconfig'.]の対処方法 - hachinoBlog

上記の通りで解決できました。ということでわざわざブログに書く程でもなかったのだけど`OTHER_LDFLAGS`ではなかなか辿りつけなかなったので覚え書き。