SpatialIite
からのヘッダーファイルをProj.4
1つだけ使用するXcodeプロジェクトに組み込みました。どちらもXcodeプロジェクトであり、静的なターゲットがあります。
gitサブモジュールからCocoapodsに移行しようとしています。静的なターゲットはCocoapodで使用するのは難しいようですので、通常の方法でプロジェクトをビルドしたいだけです。のpodspecを作成しましたProj.4
。podfileを書き込んだ後SpatialLite
、警告が表示されました:
[!] The target `SpatialiteIOS [Debug]` overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Pods.xcconfig'.
- Use the `$(inherited)` flag, or
- Remove the build settings from the target.
[!] The target `SpatialiteIOS [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 `SpatialiteIOS [Debug - Release]` overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Pods.xcconfig'.
- Use the `$(inherited)` flag, or
- Remove the build settings from the target.
[!] The target `SpatialiteIOS [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.
私はこの問題を読みましたが、警告が何を意味しているか、そしてそれを修正するために何ができるかについて私はかなり無知です。
さらに問題は、ワークスペースを開くと同時にSpatiaLiteプロジェクトを単独で開くと、iOSプロジェクトであると想定されている場合、両方がMac OSX 64を対象としています。私のpodfileは「platform:ios」と言っています。