FROM : Chris Beauvois
DATE : Tue Jan 15 19:24:01 2002
On Tuesday, January 15, 2002, at 12:47 AM, Ian Gillespie wrote:
>> >> class error for 'ASKNibObjectInfoManager': class not loaded
>>
>> Actually, an error of this type is logged when a nib file is loaded
>> that references a class that hasn't been loaded yet. From the class
>> namespace, it looks like it should be part of
>> AppleScriptKit.framework; This may be linked for you automagically in
>> an AppleScriptStudio-based app, but probably not in a pure
>> AppKit-based app (while AppKitScripting.framework is). You might try
>> linking against AppleScriptKit.framework explicitly in your project to
>> rule this out.
>>
>>
>> -Chris
>>
>
> Do you have any suggestions about how I should try to explicitly link
> against AppleScriptKit.framework?
>
> Ian
>
>
Sure; In ProjectBuilder, under the 'Project' tab, choose "Add
Frameworks", then navigate to
/System/Library/Frameworks/AppleScriptKit.framework.
-Chris
DATE : Tue Jan 15 19:24:01 2002
On Tuesday, January 15, 2002, at 12:47 AM, Ian Gillespie wrote:
>> >> class error for 'ASKNibObjectInfoManager': class not loaded
>>
>> Actually, an error of this type is logged when a nib file is loaded
>> that references a class that hasn't been loaded yet. From the class
>> namespace, it looks like it should be part of
>> AppleScriptKit.framework; This may be linked for you automagically in
>> an AppleScriptStudio-based app, but probably not in a pure
>> AppKit-based app (while AppKitScripting.framework is). You might try
>> linking against AppleScriptKit.framework explicitly in your project to
>> rule this out.
>>
>>
>> -Chris
>>
>
> Do you have any suggestions about how I should try to explicitly link
> against AppleScriptKit.framework?
>
> Ian
>
>
Sure; In ProjectBuilder, under the 'Project' tab, choose "Add
Frameworks", then navigate to
/System/Library/Frameworks/AppleScriptKit.framework.
-Chris
| Related mails | Author | Date |
|---|---|---|
| Ian Gillespie | Jan 14, 17:05 | |
| Bill Cheeseman | Jan 14, 18:07 | |
| Ian Gillespie | Jan 14, 22:46 | |
| Bill Cheeseman | Jan 14, 23:19 | |
| Ian Gillespie | Jan 15, 00:14 | |
| Chris Beauvois | Jan 15, 04:39 | |
| Ian Gillespie | Jan 15, 07:47 | |
| Chris Beauvois | Jan 15, 19:24 |






Cocoa mail archive

