Cel… zastępuje ustawienie kompilacji `OTHER_LDFLAGS` zdefiniowane w` Pods / Pods.xcconfig

Mam włączoneSpatialIite do projektu Xcode, który używa pliku nagłówkowego zProj.4, tylko jeden nagłówek. Oba są projektami Xcode i mają statyczne cele.

Próbuję migrować z submodułu git do Cocoapods. Ponieważ statyczne cele wydają się być trudne w użyciu z Cocoapods, chcę po prostu zbudować projekt w zwykły sposób. Zrobiłem podspecProj.4. Po napisaniu podfile dlaSpatialLite Mam 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.

czytamten przypadek ale nie mam pojęcia, co oznaczają ostrzeżenia i co mogę zrobić, aby to naprawić.

Dodatkowo problem, kiedy otwieram obszar roboczy, a także otwieram sam projekt SpatiaLite, oba są kierowane na Mac OSX 64, gdy ma to być projekt iOS. Mój podfile mówi „platforma: ios”.

questionAnswers(9)

yourAnswerToTheQuestion