El objetivo ... anula la configuración de compilación `OTHER_LDFLAGS` definida en` Pods / Pods.xcconfig
He incorporadoSpatialIite
en un proyecto Xcode que utiliza un archivo de encabezado deProj.4
, solo una cabecera. Ambos son proyectos de Xcode y tienen objetivos estáticos.
Estoy tratando de migrar desde un submódulo de git a Cocoapods. Dado que los objetivos estáticos parecen ser difíciles de usar con Cocoapods, solo quiero que el proyecto se construya de la manera habitual. Hice podspec paraProj.4
. Después de escribir podfile paraSpatialLite
Recibí las advertencias:
[!] 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.
Yo leoeste problema pero no tengo ni idea de lo que significan las advertencias y qué puedo hacer para solucionarlo.
Además, cuando abro el área de trabajo y abro el proyecto SpatiaLite solo, ambos están dirigidos a Mac OSX 64, cuando se supone que es un proyecto iOS. Mi podfile dice "plataforma: ios".