Of course. Ugh, face-palm. Thank you.
/** * [email protected] * http://twitter.com/nickpomfret * https://uk.linkedin.com/in/nick-pomfret-03614a */ On 19 August 2016 at 16:24, Jens Alfke <[email protected]> wrote: > > 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 a topic in the > Google Groups "Couchbase Mobile" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/mobile-couchbase/EOkrycvMnas/unsubscribe. > To unsubscribe from this group and all its topics, 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 > <https://groups.google.com/d/msgid/mobile-couchbase/AEB86B9E-E173-49CD-8918-C19CBEF1098B%40couchbase.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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/CACfBfNsQjV8%3DNv%2BFejpkCeGuYV7NWg1QBWdejsUUUT7TB-qRWA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
