Saya telah memasukkan SpatialIite
ke dalam proyek Xcode yang menggunakan file header dari Proj.4
, hanya satu header. Keduanya adalah proyek Xcode dan memiliki target statis.
Saya mencoba bermigrasi dari submitule git ke Cocoapods. Karena target statis tampaknya sulit digunakan dengan Cocoapods, saya hanya ingin proyek dibangun dengan cara biasa. Saya membuat podspec untuk Proj.4
. Setelah menulis podfile untuk SpatialLite
saya mendapat peringatan:
[!] 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.
Saya membaca masalah ini tetapi saya tidak mengerti apa arti peringatan itu dan apa yang bisa saya lakukan untuk memperbaikinya.
Selain itu masalah, ketika saya membuka ruang kerja serta membuka proyek SpatiaLite sendiri, keduanya ditargetkan untuk Mac OSX 64, ketika itu seharusnya menjadi proyek iOS. Podfile saya mengatakan "platform: ios".