i'm starting to update my app, which has been available and working all the way from iOS 2.2.1 to 5 (I still manual memory management on it, if that matters).
Now, when I run it on iOS6 GM I'm getting EXC_BAD_ACCESS,
when I run the project with Zombie Object enabled,
I get:
-[UITableTextAccessibilityElement accessibilityContainer]: message sent to deallocated instance 0xb3cacff0
wtf?
has anyone run into the same problem? how did you solve it?
any help is appreciated