SpatialDBKit icon indicating copy to clipboard operation
SpatialDBKit copied to clipboard

An Objective-C lightweight spatial RDBMS (based on SQLite/SpatiaLite)

Results 7 SpatialDBKit issues
Sort by recently updated
recently updated
newest added

Hello, after I add pod SpatialDBKit to the project, When run, ssize_t freadlink(int, char * __restrict, size_t) __API_AVAILABLE(macos(13.0), ios(16.0), tvos(16.0), watchos(9.0)) error, unable to continue, if you can answer, appreciate...

I made a completely new project to make sure. ## Steps - Create new iOS Xcode Project - Create Podfile ``` ruby platform :ios, '6.0' target 'example' do pod 'SpatialDBKit',...

Is there any other way to install SpatialDBKit? not use cocoapod...

![9b1fdd7d-143f-4805-bd83-fab5077d65ef](https://cloud.githubusercontent.com/assets/13251217/24903507/3548facc-1ee0-11e7-80bb-12969be7c75b.png) Hi, When I used cocoapods(v1.2.0) in xcode to get SpatialDBKit framework, it keeps to appear the problem: Podfile content: "platform :ios, '8.0' target 'GlobalRouteHD' do pod 'SpatialDBKit' pod 'WhirlyGlobe',...

At some point something has changed in the way cocoa pods manages header search paths for projects. The result is that spatialite doesn't validate anymore because of an header overlapping...

bug

SQL requets with use of Spatial indexes fails and turn the database connection down from FMDatabase. Error returned by database: "no such module: rtree" Solved by adding another flag in...

enhancement

add the possibility to use FMDB with SQLCipher

enhancement