2013-11-18 23:18:06.108 Taskdeck[74757:a0b] Error calling sqlite3_step (1: no such module: fts4) SQLITE_ERROR
2013-11-18 23:18:06.110 Taskdeck[74757:a0b] DB Query: CREATE VIRTUAL TABLE fulltext USING fts4(content, tokenize=unicodesn)
23:18:06.111| WARNING*** : CBLDatabase: Could not initialize schema of /Users/ktraunmueller/Library/Application Support/iPhone Simulator/7.0.3/Applications/724E29DD-9500-479B-B2E1-280AB0762E62/Library/Application Support/CouchbaseLite/taskdeck.cblite -- May be an old/incompatible format. SQLite error: no such module: fts4
2013-11-18 23:18:06.112 Taskdeck[74757:a0b] Error Domain=SQLite Code=1 "no such module: fts4" UserInfo=0xaea5f60 {NSLocalizedDescription=no such module: fts4}
2013-11-18 23:18:06.278 Taskdeck[74757:450f] Error calling sqlite3_step (1: no such module: fts4) SQLITE_ERROR
2013-11-18 23:18:06.279 Taskdeck[74757:450f] DB Query: CREATE VIRTUAL TABLE fulltext USING fts4(content, tokenize=unicodesn)
23:18:06.280‖ WARNING*** : CBLDatabase: Could not initialize schema of /Users/ktraunmueller/Library/Application Support/iPhone Simulator/7.0.3/Applications/724E29DD-9500-479B-B2E1-280AB0762E62/Library/Application Support/CouchbaseLite/_replicator.cblite -- May be an old/incompatible format. SQLite error: no such module: fts4
2013-11-18 23:18:06.280 Taskdeck[74757:450f] The FMDatabase <CBL_FMDatabase: 0xac4fb40> is not open.
Strange indeed. Please note that the issue occurred for me on the iOS 7 simulator, so I don't think it's iOS 6-related.
I just compare the project build settings between the Grocery Sync Demo and my project, but found nothing obviously wrong.
Just to eliminate the obvious: your project doesn’t include a custom build of sqlite, does it?
And since my FMDB-fork submodule has updated several times recently, are you remembering to run ‘git submodule update’ after pulling in new CBL commits? Otherwise you might be building with an older/incompatible version.
Oh. I just noticed that most submodules were in a detached HEAD state, even though I ran 'git submodule update'. After trying to bring everything to master/HEAD, I still have: