SpatialIite
헤더 Proj.4
하나 의 헤더 파일을 사용하는 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"라고 말합니다.