Debugging iPhone memory releases

Recently helped John debug why a NSString returned from [UITextView text] was invalid after being returned by a method invoked via NSInvocation on a different thread. (There’s a mouthful) Anyway, I don’t know gdb very well, so some googling around and I found this cocoadev article on debugging autorelease. It helped a lot! I wanted… Continue reading Debugging iPhone memory releases

Published
Categorized as Uncategorized Tagged