Re: NSViewController -identifier unrecognized selecto problem

2015-12-09 Thread Jonathan Mitchell
HI Kyle. Thanks for that. I totally missed the fact that NSUserInterfaceItemIdentification is a recent addition. Looks like I will just have to refactor. J > On 9 Dec 2015, at 21:19, Kyle Sluder wrote: > > On Wed, Dec 9, 2015, at 11:20 AM, Jonathan Mitchell wrote: >> NSViewController conforms t

Re: NSViewController -identifier unrecognized selecto problem

2015-12-09 Thread Kyle Sluder
On Wed, Dec 9, 2015, at 11:20 AM, Jonathan Mitchell wrote: > NSViewController conforms to NSUserInterfaceItemIdentification so should > implement > @property (nullable, copy) NSString *identifier; > > I build my app on 10.11 with a deployment target of 10.9 > > Om 10.10 and 10.11 no issues. > On

Re: NSViewController -identifier unrecognized selecto problem

2015-12-09 Thread Quincey Morris
On Dec 9, 2015, at 09:20 , Jonathan Mitchell wrote: > > On 10.9 I get > > 'NSInvalidArgumentException', reason: '-[TSToolbarGroup identifier]: > unrecognized selector sent to instance 0x6018ee10’ You get this … when? When the NIB is loaded? > TSToolbarGroup is an NSViewController subclass

NSViewController -identifier unrecognized selecto problem

2015-12-09 Thread Jonathan Mitchell
NSViewController conforms to NSUserInterfaceItemIdentification so should implement @property (nullable, copy) NSString *identifier; I build my app on 10.11 with a deployment target of 10.9 Om 10.10 and 10.11 no issues. On 10.9 I get 'NSInvalidArgumentException', reason: '-[TSToolbarGroup ident