Ok, I've figured out the problem. I am using version 1.1. In fact, I built the latest master from source just after I read your message just to make sure I was.
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). So I had it set as an @synthesized property instead. Changing it to @dynamic fixed the problem and it's working great now. On Thursday, June 11, 2015 at 12:10:04 PM UTC-6, Jens Alfke wrote: > > Just as a sanity check: You are using CBL 1.1, right? > > If you are, I don’t know why this isn’t working; try turning on “CBLModel” > logging and see what messages you get the first time you try to access the > ‘fields’ property. > > —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/024bebb3-44e6-4530-8838-81ff78354e9a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
