> On Aug 19, 2016, at 10:57 AM, Nick Pomfret <[email protected]> wrote:
> 
> Exception '-[__NSCFString user]: unrecognized selector sent to instance 
> 0x148a7db20’

Oh, it looks like your `syncURL` variable points to an NSString not an NSURL. I 
assume you’re setting it from a value bridged from JavaScript? You can set it 
like this:
        NSURL* syncURL = [NSURL URLWithString: urlFromJS];

—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/AEB86B9E-E173-49CD-8918-C19CBEF1098B%40couchbase.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to