Re: Receiver type for instance message is a forward declaration
Re: Receiver type for instance message is a forward declaration
- Subject: Re: Receiver type for instance message is a forward declaration
- From: Jens Alfke <email@hidden>
- Date: Tue, 10 May 2016 15:47:31 -0700
> On May 10, 2016, at 1:38 PM, Carl Hoefs <email@hidden> wrote:
>
> )}: An -observeValueForKeyPath:ofObject:change:context: message was received but not handled.
> Key path: operations
> Observed object: <NSOperationQueue: 0x14eae190>{name = 'Upload Queue'}
An object got a KVO notification but doesn’t have a observer method to handle it. Looks like the object is an NSArray, which is strange — the most likely thing is that it’s the wrong object, and the real observer got dealloced. Try enabling zombies.
—Jens
_______________________________________________
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