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
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
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 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