Thanks for the test case, Julian. You may be in terra incognita here — I haven't had a chance to get too far into Swift coding yet and haven't looked into how it interacts with CBLModel. I think my colleague Pasin is starting to investigate (he's the one who added the Swift code samples to the documentation recently.)
If you're building CBL from source and can step through its code, the next step is probably to set a breakpoint in +[CBLModel impForGetterOfProperty:ofClass:]. This will get called once for every dynamic property, so when it's called for itemArray you can step through it and see what goes wrong. —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/4B39059E-B043-46DA-A0F2-0CA29C236DE4%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
