Eu incorporei SpatialIite
em um projeto Xcode que usa um arquivo de cabeçalho Proj.4
, apenas um cabeçalho. Ambos são projetos Xcode e têm destinos estáticos.
Estou tentando migrar do submódulo git para o Cocoapods. Como alvos estáticos parecem difíceis de usar com Cocoapods, eu só quero que o projeto seja construído da maneira usual. Eu fiz podspec para Proj.4
. Depois de escrever podfile SpatialLite
, recebi os avisos:
[!] 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.
Eu li esse problema, mas não sei o que significam os avisos e o que posso fazer para corrigi-lo.
Além disso, quando abro a área de trabalho e abro o projeto SpatiaLite sozinho, ambos são direcionados ao Mac OSX 64, quando supõe-se que seja um projeto iOS. Meu podfile diz "platform: ios".