Hi, Whenever I try to print an object in Xcode while my app is paused inside one of my model objects, I get the following error:
*(lldb) **po self* error: class 'CBLModel' has incompatible superclasses note: inherits from superclass 'MYDynamicObject' here error: 1 errors parsing expression Is there anything I can do to prevent this? It's quite odd because I can use the GUI in the source code editor when you hover over a property, then click the "i" button to print out the object. But it's not always possible to do that, especially since @dynamic properties don't seem to show up in the property inspector popover, so it's nice to be able to just print them. I believe this may be an issue with building from source though as I remember testing it out with the cocoa pods build at one point and I didn't have this issue. So not sure if I built it wrong, although I didn't do anything more than pull the source down, then use the Archive command to build CBL Mac, then pull the framework out of the package and stick it where my app can reference it. FYI, I'm using Xcode 7 on El Capitan beta 5, but this has been an issue for a while now. Thanks, Brendan -- 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/8c6e78ea-9a63-4390-a1ba-d37c04135c4b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
