1

端末でこのメッセージを受け取りました。以前に空のプロジェクト用にShareKitをセットアップしましたが、問題なくインストールされました。

ここに画像の説明を入力

[!] From now on use `Quiz.xcworkspace`.

[!] The target `Quiz [Debug]` overrides the `HEADER_SEARCH_PATHS` build setting defined in `Pods/Pods.xcconfig'.
    - Use the `$(inherited)` flag, or
    - Remove the build settings from the target.

[!] The target `Quiz [Debug - Release]` overrides the `HEADER_SEARCH_PATHS` build setting defined in `Pods/Pods.xcconfig'.
    - Use the `$(inherited)` flag, or
    - Remove the build settings from the target.
Alexanders-Mac-Pro:Quiz alexander$ 
4

1 に答える 1

1

どういうわけか以前に header_search_paths に異なる値を設定しており、その値を $(inherited) に変更して Cocoapods ヘッダー検索パス設定を継承する必要があります。

Cocoapods FAQ を参照してください https://github.com/CocoaPods/CocoaPods/wiki/Creating-a-project-that-uses-CocoaPods#faq

xcode ビルド設定のスクリーンショット

于 2013-05-29T00:15:55.350 に答える