Re: NSUserDefaultsController valueForUndefinedKey:
Re: NSUserDefaultsController valueForUndefinedKey:
- Subject: Re: NSUserDefaultsController valueForUndefinedKey:
- From: Richard Somers <email@hidden>
- Date: Mon, 22 Mar 2010 08:42:56 -0600
On Mar 19, 2010, at 10:04 PM, Richard Somers wrote:
When moving a slider in a preference panel I sometimes get an error.
On Mar 20, 2010, at 11:36 AM, Quincey Morris wrote:
So you're getting an exception (thrown in valueForUndefinedKey:)
from objects of various strange classes, and it only happens some of
the time.
This pattern is very characteristic of a memory management bug in
your application.
Problem solved, I neglected to unbind in dealloc. Quincey hit the nail
right on the head. Also thanks to everyone else who chimed in. I think
I learned something from all the comments.
--Richard
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden