Re: Why does NSBundle's load fail?
Re: Why does NSBundle's load fail?
- Subject: Re: Why does NSBundle's load fail?
- From: Mark Alldritt <email@hidden>
- Date: Tue, 09 Nov 2004 09:20:11 -0800
>> I'm experiencing a problem where NSBundle's load method is failing to
>> load a
>> bundle plug-in. The plug-in loads correctly in other applications, it
>> has a
>> principal class, etc. I assume there is some dynamic loader error
>> occurring
>> but nothing is logged so I cannot figure out what I need to do to
>> resolve
>> the issue.
> Is anything being printed to the console?
No, nothing appears in the Xcode console or in Console.app.
> There should be a log, but in the case of a dyld error you can call
> NSLinkEditError() to get any relevant error information.
Thanks for the tip.
NSLinkEditError reports the following:
NSLinkEditErrors: NSLinkEditFileAccessError
errorNumber: 0
fileName: '' (empty string)
errorString: '' (empty string)
I'm stumped.
Cheers
-Mark
---------------------------------------------------------------------
Mark Alldritt Late Night Software Ltd.
Phone: 250-380-1725 333 Moss Street
FAX: 250-383-3204 Victoria, B.C.
WEB: http://www.latenightsw.com/ CANADA V8V-4M9
_______________________________________________
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