Ben sadece bir başlık, SpatialIite
bir başlık dosyası kullanan bir Xcode projesine dahil ettik Proj.4
. Her ikisi de Xcode projesidir ve statik hedefleri vardır.
Git alt modülünden Cocoapod'lara göç etmeye çalışıyorum. Statik hedeflerin Cocoapods ile kullanımı zor göründüğünden, projeyi her zamanki gibi inşa ettirmek istiyorum. İçin podspec yaptım Proj.4
. Podfile yazdıktan sonra SpatialLite
uyarıları aldım:
[!] 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.
Bu sorunu okudum, ancak uyarıların ne anlama geldiğini ve bunu düzeltmek için ne yapabilirim konusunda oldukça bilgim yok.
Ayrıca sorun, çalışma alanını açtığım ve yalnızca SpatiaLite projesini açtığımda, bir iOS projesi olduğu varsayıldığında, her ikisi de Mac OSX 64'ü hedefliyor. Pod dosyam "platform: ios" diyor.