Swifterをpod installすると下記のエラーが出ます。
https://qiita.com/yum_fishing/items/fbdcab7e1ac62fcbe74f
https://qiita.com/yosshi4486/items/d54e60d493d780b6e0cf
https://stackoverflow.com/questions/40599454/use-the-inherited-flag-or-remove-the-build-settings-from-the-target-c
あたりを試してみたのですがエラーは消えず。。
Xcode側のtargetは13.0です。
色々調べているのですがうまく解決出来ません。
詳しい方いましたらお願いします。
# platform :ios, '9.0' target 'xxx1.2' do # Comment the next line if you don't want to use dynamic frameworks use_frameworks! ## pod 'Swifter', '~> 1.5.0' pod 'Swifter', :git => 'https://github.com/mattdonnelly/Swifter.git' pod 'SwiftGifOrigin', '~> 1.7.0' # Pods for xxx1.2 target 'xxx1.2Tests' do inherit! :search_paths # Pods for testing end target 'xxxx1.2UITests' do # Pods for testing end end
[!] The `xxx1.2UITests [Debug]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-xxx1.2-xxx1.2UITests/Pods-xxx1.2-xxx1.2UITests.debug.xcconfig'. This can lead to problems with the CocoaPods installation - Use the `$(inherited)` flag, or - Remove the build settings from the target. [!] The `xxx1.2UITests [Release]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-xxx1.2-xxx1.2UITests/Pods-xxx1.2-xxx1.2UITests.release.xcconfig'. This can lead to problems with the CocoaPods installation - Use the `$(inherited)` flag, or - Remove the build settings from the target.
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。