> On Feb 15, 2015, at 11:01 AM, Andrzej Porebski <[email protected]> 
> wrote:
> 
> Thanks for responding Jens. Would you be able to provide some sort of a 
> SQLLite feature/module list that Couchbase is depending upon so I can send to 
> vendor for verification?

At least SQLite 3.7, and it needs the rtree and fts3 modules enabled.

> 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 ??

I’ll bet the other framework/library includes a custom build of SQLite. If the 
“sqlite3_” symbols are found in that library, the linker will use those instead 
of the dylib, even if the project includes the dylib in its link instructions. 
And if you did make the app link against the dylib instead, the other module 
would break because it’s expecting functionality not found in the dylib.

—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/030C8BD3-83D1-4C8A-9E3F-A758349F3F24%40couchbase.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to