gstf / libspatialite-ios

libspatialite compiled for iOS
55 stars 47 forks source link

Updated compatibility for new XCode 9 restrictions. #20

Closed davenquinn closed 2 years ago

davenquinn commented 6 years ago

system() calls in shell.c within SQLite were refusing to compile.

Fix was to alter the Makefile and only build part of the SQLite3 dependency. Code builds on XCode 9. Seems like the same problem as found in https://github.com/sqlcipher/sqlcipher/issues/240 and https://github.com/ocaml-cross/opam-cross-ios/issues/9

raid5 commented 5 years ago

Confirmed this works with latest, Xcode 10.2, as well. Thanks for fixing the build process!