> On Jun 2, 2017, at 9:04 AM, Todd Freese <to...@filmworkers.com> wrote:
> 
> I just started getting the following console warning from CBL IOS:
> 
> WARNING: SQLite error (code 1): no such table: cfurl_cache_response {at 
> errorLogCallback:125}

CBL installs a SQLite logging callback, because that can report some useful 
information. Unfortunately the callback is global to the whole process, not 
just a specific SQLite connection, so it’ll end up logging messages from other 
things that use SQLite. From the message, it sounds like this came from Apple’s 
CFNetwork framework. So you can ignore it.

—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 mobile-couchbase+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobile-couchbase/5DC14660-5330-4391-A5DF-CE3AE37E984D%40couchbase.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to