On Feb 21, 2014, at 4:59 PM, Frederic Yesid Peña Sánchez <[email protected]> wrote:
> 2014-02-21 19:57:05.212 XXXXXX[993:461b] *** Terminating app due to uncaught > exception 'NSInvalidArgumentException', reason: 'Invalid type in JSON write > (CBLQueryRow)' "Invalid type" doesn't appear anywhere in the Couchbase Lite sources, so I think that exception comes from NSJSONSerialization. Apparently it found a CBLQueryRow object in an array/dictionary being converted to JSON. Sounds like you tried to put one of those into a document somehow? Knowing the backtrace would help. Set an all-exceptions breakpoint in Xcode (go to the breakpoints tab of the navigator and press the "+" button at the bottom left.) --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/146541B1-EC60-40D4-BC6A-051AD0FCDB16%40couchbase.com. For more options, visit https://groups.google.com/groups/opt_out.
