Well, in obj-c have the ability of change the class of a declared var. So if I declare myVar as a NSString
, is possible to get back later a NSNUmber
.
I have this problem now, but I can't find where in my code is the identity swap... exist a way to find it? For example is possible to set a breakpoint where [myVar class] == [NSString class]
and when change know it?