Re: Need a native guide through "Cannot remove an observer" woods
Re: Need a native guide through "Cannot remove an observer" woods
- Subject: Re: Need a native guide through "Cannot remove an observer" woods
- From: Keary Suska <email@hidden>
- Date: Fri, 25 Apr 2008 20:42:17 -0600
- Thread-topic: Need a native guide through "Cannot remove an observer" woods
on 4/25/08 6:49 PM, email@hidden purportedly said:
> - (void) setEntry:(SVNWCEntry *)value
> {
> [self willChangeValueForKey:@"entry"];
>
> [value retain];
> [entry release];
> entry = value;
>
> [self didChangeValueForKey:@"entry"];
> }
If you haven't turned off automatic KVO notifications, the above is very
wrong, and could be the source of your problem.
Best,
Keary Suska
Esoteritech, Inc.
"Demystifying technology for your home or business"
_______________________________________________
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