Mam włączyć SpatialIite
do projektu Xcode, który wykorzystuje plik Główka Proj.4
, tylko jeden cel. Oba są projektami Xcode i mają statyczne cele.
Próbuję przeprowadzić migrację z submodułu git do Cocoapods. Ponieważ statyczne cele wydają się trudne w użyciu z Cocoapods, chcę po prostu zbudować projekt w zwykły sposób. Zrobiłem podspec dla Proj.4
. Po napisaniu podfile dla SpatialLite
dostałem ostrzeżenia:
[!] 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.
Przeczytałem ten problem, ale nie mam pojęcia, co oznaczają ostrzeżenia i co mogę zrobić, aby to naprawić.
Dodatkowo problem, gdy otwieram obszar roboczy, a także otwieram sam projekt SpatiaLite, oba są ukierunkowane na Mac OSX 64, gdy ma to być projekt na iOS. Mój plik podfile mówi „platforma: ios”.