LoginSignup
1
0

More than 1 year has passed since last update.

【CocoaPods】インストール時に警告が出る

Posted at

警告文

スクリーンショット 2022-10-30 13.20.57.png

[!] 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)を追加する
スクリーンショット 2022-10-30 13.22.17.png

おわり

これが何かはわかってませんが、警告文は出ないに越したことはないので修正しておきました

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0