> On Jun 11, 2015, at 1:13 PM, Brendan Duddridge <[email protected]> wrote: > > What I had to do was set my fields property to be @dynamic. I had incorrectly > assumed that would embed the fields array document IDs into my TFForm's > document, which I didn't want (in order to reduce conflicts during syncing).
Oh! In the source code in your initial message you showed “@dynamic fields;”. Otherwise I would have said something. (@dynamic really just tells the compiler that it’s OK to not have an implementation of the property because an accessor will get registered at runtime. So it’s used both for regular persistent document properties, and computed inverse relations.) —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/EA0072DD-EB57-4FD5-8078-34B1ECA6A4F0%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
