The CBLIncrementalStore depends on some fields in the CBL data for mapping between the CBL data and the Core Data entities. If you're working with an existing CBL database those fields may be missing (especially
CBLIS_type). But if I understand your post correctly, you're trying to import an existing SQLite database.
Did the createManagedObjectContext:...importinDatabaseAtURL:... method return a context? Did you try to execute some NSFetchRequests on it, to see if there is some data?
I am the guy who wrote the CBLIncrementalStore and I'm glad there's at least somebody who uses it (or tries to). So I hope I can help.
Cheers,
Christian