AppleScript "not hooking up extra alias" error
AppleScript "not hooking up extra alias" error
- Subject: AppleScript "not hooking up extra alias" error
- From: Gideon King <email@hidden>
- Date: Tue, 26 Oct 2004 01:00:08 +1000
Hi all, I am linking against the OmniFoundation framework, and all has
been smooth until I added the following to my code:
OFXMLWhitespaceBehavior *ws = [[OFXMLWhitespaceBehavior alloc] init];
[ws setBehavior:OFXMLWhitespaceBehaviorTypePreserve
forElementName:@"string"];
xmlDocument = [[OFXMLDocument alloc] initWith
Data:[xml
dataUsingEncoding:NSUTF8StringEncoding] whitespaceBehavior:ws];
[ws release];
When the init command is called, I was getting all sorts of errors
about things not defined properly in the ExtendedText script suite,
which is part of OmniAppKit. I removed the script suite, as I had no
need of it anyway, but I still get the following error:
"NSScriptSuiteRegistry does not respond to
-_setClassDescription:forAppleEventCode: -- not hooking up extra alias
(and thus, breaking some AppleScripts)"
I haven't found a solution on the archives or anything else in the
framework that may be referencing the deleted applescript.
Can someone please tell me how to get rid of this error?
Thanks
Gideon
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden