Re: Tracking down source of [_NSControllerObjectProxy copyWithZone:]… error
Re: Tracking down source of [_NSControllerObjectProxy copyWithZone:]… error
- Subject: Re: Tracking down source of [_NSControllerObjectProxy copyWithZone:]… error
- From: Mike Abdullah <email@hidden>
- Date: Sun, 20 Sep 2015 10:52:02 +0100
> On 20 Sep 2015, at 07:04, Quincey Morris <email@hidden> wrote:
>
> On Sep 19, 2015, at 20:09 , Alex Hall <email@hidden> wrote:
>>
>> [_NSControllerObjectProxy copyWithZone:]: unrecognized selector sent to instance 0x608000000ae0
>>
>> failed to set (contentViewController) user defined inspected property on (NSWindow): -[_NSControllerObjectProxy copyWithZone:]: unrecognized selector sent to instance 0x608000000ae0
>
> I dunno, the things mentioned in the message don’t really go together. “contentViewController” is a property of a NSWindowController, not a NSWindow, and its value ought to be a NSViewController, not anything related to a NSController (which is something entirely different, in spite of the similar name).
>
> This could be a memory management error (the original object has been deallocated, and the memory re-used for another object)
Almost certainly this. Try running with zombies on.
_______________________________________________
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