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 "Other C Flags" in "Build Settings" of Pods-sqlite3 :
-DSQLITE_ENABLE_RTREE=1