警告文
[!] The `TwitterSearch [Debug]` target overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Target Support Files/Pods-TwitterSearch/Pods-TwitterSearch.debug.xcconfig'. This can lead to problems with the CocoaPods installation
- Use the `$(inherited)` flag, or
- Remove the build settings from the target.
[!] The `TwitterSearch [Release]` target overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Target Support Files/Pods-TwitterSearch/Pods-TwitterSearch.release.xcconfig'. This can lead to problems with the CocoaPods installation
- Use the `$(inherited)` flag, or
- Remove the build settings from the target.
解決方法
① プロジェクトを選択する
② ターゲットを選択する
③ 「Build Setting」を選択する
④ OTHER_LDFLAGS
と検索する
⑤ 「Other Linker Flags」に$(inherited)
を追加する
おわり
これが何かはわかってませんが、警告文は出ないに越したことはないので修正しておきました