Jens, I double-checked the project in Xcode and standard libsqlite3.dylib is used. Vendor provides their framework which is included in the project as well. It does not look like a custom build of sqllite is used ??
On Sunday, February 15, 2015 at 7:55:38 PM UTC+1, Jens Alfke wrote: > > > On Feb 15, 2015, at 5:45 AM, Andrew <[email protected] <javascript:>> > wrote: > > Error calling sqllite3_step (1: no such module: rtree) SQLLITE_ERROR > > > Sounds like some other component has linked in a custom build of SQLite, > instead of using the dynamic library in the OS, and their SQLite build > doesn’t include features that Couchbase Lite expects. > > From the term “secure container” I’m guessing the other component uses > SQLCipher, which is a variant of SQLite that adds encryption. It’s possible > to modify the build configuration of SQLCipher to enable RTrees and > full-text indexing (both of which Couchbase Lite uses) but you have to > rebuild it from source. > > —Jens > -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/16ab8436-69ff-401f-a152-824021a2ae58%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
