No more warning about registered observers on dealloc with ARC?

2011-12-22 Thread Roland King
I've managed to commit the same error twice in 3 weeks, just long enough apart for me to forget what I did the last time and spend an age debugging again. Basically in one of my property setters on an object I set up KVO on the object set into the property (and of course tear down KVO on the

Re: No more warning about registered observers on dealloc with ARC?

2011-12-22 Thread Matt Neuburg
On Thu, 22 Dec 2011 21:13:07 +0800, Roland King r...@rols.org said: You used to get a handy message logged to the console when an object with KVO registered on it was deallocated, but not in either of these two cases (and I can quite clearly demonstrate that the object was dealloc'ed with

Re: No more warning about registered observers on dealloc with ARC?

2011-12-22 Thread Roland King
On Dec 23, 2011, at 1:19 AM, Matt Neuburg wrote: On Thu, 22 Dec 2011 21:13:07 +0800, Roland King r...@rols.org said: You used to get a handy message logged to the console when an object with KVO registered on it was deallocated, but not in either of these two cases (and I can quite clearly

Re: No more warning about registered observers on dealloc with ARC?

2011-12-22 Thread Matt Neuburg
On Dec 22, 2011, at 3:58 PM, Roland King wrote: On Dec 23, 2011, at 1:19 AM, Matt Neuburg wrote: On Thu, 22 Dec 2011 21:13:07 +0800, Roland King r...@rols.org said: You used to get a handy message logged to the console when an object with KVO registered on it was deallocated, but not in