> On 20 Sep 2015, at 07:04, Quincey Morris 
> <quinceymor...@rivergatesoftware.com> wrote:
> 
> On Sep 19, 2015, at 20:09 , Alex Hall <mehg...@icloud.com> 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 (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

Reply via email to