libspatialite-ios
libspatialite-ios copied to clipboard
libspatialite compiled for iOS
Is it possible to use this library for paid closed source iOS apps that are going to be released on the App Store? Preferably without having to open source the...
SQLite3-autoconf builds shell utility by default (shell.c -> sqlite3[.exe]). It uses system() call that was deprecated in iOS 8: 'system' is deprecated: first deprecated in iOS 8.0 - Use posix_spawn...
Here's compilation errors `ld: warning: ignoring file /tmp/strip.juXdPa, file was built for unsupported file format ( 0xcf 0xfa 0xed 0xfe 0x c 0x 0 0x 0 0x 1 0x 0...
Newer version of proj.4 than 4.8.0 (tried 4.9.0 and 4.9.1) fail to build with following error: ``` Bad CPU type in executable ``` This seems to be an upstream issue...