Another AS-ObjC Question
Another AS-ObjC Question
- Subject: Another AS-ObjC Question
- From: Dave <email@hidden>
- Date: Fri, 18 Mar 2016 16:24:38 +0000
Hi,
I have a weird problem, I have two AppleScript-ObjC Classes/Script Files, setup like this:
LTWAppleScriptHandlerWord.h and .applescript
LTWAppleScriptHandlerExcel.h and .applescript
LTWAppleScriptHandlerWord works ok, but when I do this for Excel:
myAppleScriptHandler = [[LTWAppleScriptHandlerExcel alloc] init];
I get a link error:
"_OBJC_CLASS_$_ LTWAppleScriptHandlerExcel", referenced from:
All the above files are in the XCode Project and it complies ok. I’ve checked that the @interface and the script xxxxx statement match between the .h and .applescript files and all seems fine and as I say its ok for Word.
Any what this could be wrong or how to track it down?
All the Best
Dave
_______________________________________________
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