Я включил SpatialIite
в проект Xcode, который использует заголовочный файл из Proj.4
, только один заголовок. Оба являются проектами Xcode и имеют статические цели.
Я пытаюсь перейти из подмодуля git в Cocoapods. Поскольку статические объекты, кажется, трудно использовать с Cocoapods, я просто хочу, чтобы проект был построен обычным способом. Я сделал 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, оба предназначены для Mac OSX 64, когда предполагается, что это проект iOS. Мой podfile говорит "platform: ios".