Re: Tracking down source of [_NSControllerObjectProxy copyWithZone:]… error

2015-09-21 Thread Greg Parker
> On Sep 19, 2015, at 8:09 PM, Alex Hall wrote: > > Hey list, > A binding is driving my app (my actual one, not the test one) and has been > for days now--awesome! Amid more refactoring of my code, and adding a second > binding which didn't take because of uninitialized properties, I've now >

Re: Tracking down source of [_NSControllerObjectProxy copyWithZone:]… error

2015-09-20 Thread Alex Hall
> On Sep 20, 2015, at 02:04, Quincey Morris > wrote: > > On Sep 19, 2015, at 20:09 , Alex Hall > wrote: >> >> [_NSControllerObjectProxy copyWithZone:]: unrecognized selector sent to >> instance 0x60800ae0 >> >> failed to set (contentViewController) user define

Re: Tracking down source of [_NSControllerObjectProxy copyWithZone:]… error

2015-09-20 Thread Mike Abdullah
> On 20 Sep 2015, at 07:04, Quincey Morris > wrote: > > On Sep 19, 2015, at 20:09 , Alex Hall wrote: >> >> [_NSControllerObjectProxy copyWithZone:]: unrecognized selector sent to >> instance 0x60800ae0 >> >> failed to set (contentViewController) user defined inspected property on >> (N

Re: Tracking down source of [_NSControllerObjectProxy copyWithZone:]… error

2015-09-19 Thread Quincey Morris
On Sep 19, 2015, at 20:09 , Alex Hall wrote: > > [_NSControllerObjectProxy copyWithZone:]: unrecognized selector sent to > instance 0x60800ae0 > > failed to set (contentViewController) user defined inspected property on > (NSWindow): -[_NSControllerObjectProxy copyWithZone:]: unrecognized

Tracking down source of [_NSControllerObjectProxy copyWithZone:]… error

2015-09-19 Thread Alex Hall
Hey list, A binding is driving my app (my actual one, not the test one) and has been for days now--awesome! Amid more refactoring of my code, and adding a second binding which didn't take because of uninitialized properties, I've now started seeing this error in my debug log: [_NSControllerObje