> On May 10, 2016, at 1:38 PM, Carl Hoefs <newsli...@autonomy.caltech.edu> > 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 (Cocoa-dev@lists.apple.com) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com