Hi,
I have an NSObject, and I'm trying to set one of its properties at runtime. I've tried this (note: I'm using fictional names instead of actual ones):
expr -- object.theProperty = 3
but at runtime, LLDB says
even though there is a property by that name.
Well, turns out the solution...