I'm facing other issue: I have cloned and built the master branch of couchbase-lite-ios, copied the ".framework" and forest storage librearies and linked them.
But now when my application starts, fails at this function: _db = [manager databaseNamed:@"platform_app_mobile" error:&error]; With the exception: EXC_BAD_ADDRESS code=EXC_ARM_DA_ALIGN address=0x177a7164 Do i built wrong the library? (used Continous iOS schema) Thanks El jueves, 5 de marzo de 2015, 14:24:42 (UTC-5), Jens Alfke escribió: > > > On Mar 5, 2015, at 8:40 AM, Frederic Yesid Peña Sánchez < > [email protected] <javascript:>> wrote: > > XCode complains about CBLLiveQuery.fullTextRanking not available. > There is some insight about the "restricted" functionality of > FullTextSearch on ForestDB? > > > I had to implement FTS from scratch on top of ForestDB, instead of being > able to use the very mature implementation inside SQLite, and it doesn’t > have all the features yet. :( I’ve just filed #618 > <https://github.com/couchbase/couchbase-lite-ios/issues/618> to remind us > about that. > > The wiki page > <https://github.com/couchbase/couchbase-lite-ios/wiki/ForestDB> points > out that ‘snippets’ aren’t available, but I forgot to add fullTextRanking; > I’ll fix that. > > —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/07fb5e01-37b4-4a79-b95e-3cd0cfeb560b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
