Switf2プロジェクトをSwift3に更新した後、cocoapodsを更新すると、ターミナルでいくつかの奇妙なエラーに遭遇しました。エラーは次のとおりです。
_[!] The `MyShowGuide [Debug]` target overrides the `FRAMEWORK_SEARCH_PATHS` build setting defined in `Pods/Target Support Files/Pods-MyShowGuide/Pods-MyShowGuide.debug.xcconfig'. This can lead to problems with the CocoaPods installation
- Use the `$(inherited)` flag, or
- Remove the build settings from the target.
[!] The `MyShowGuide [Release]` target overrides the `FRAMEWORK_SEARCH_PATHS` build setting defined in `Pods/Target Support Files/Pods-MyShowGuide/Pods-MyShowGuide.release.xcconfig'. This can lead to problems with the CocoaPods installation
- Use the `$(inherited)` flag, or
- Remove the build settings from the target.
_
これまで、派生データの削除や_pod deintegrate/ pod install
_の実行など、さまざまな方法で問題を解決しようと試みてきました。また、$(inherited)
を_Other Linker Flags
_および_Header Search Paths
_に追加しましたが、それでもエラーが発生します。
ALWAYS_EMBED_Swift_STANDARD_LIBRARIES
_、値のタイプはブール値で、もう一方をクリックして、値を$(inherited)
に変更しますターゲット->ビルド設定-> BuildOptions->ビルド製品の検証、ここでデバッグ値のタイプはブール値です。ここをクリックして値をいいえからはいに変更します
実行-クリーンビルド
完了