Re: NSPreferencePane with my own private framework?
Re: NSPreferencePane with my own private framework?
- Subject: Re: NSPreferencePane with my own private framework?
- From: Nick Zitzmann <email@hidden>
- Date: Wed, 5 Mar 2008 17:18:21 -0700
On Mar 5, 2008, at 4:44 PM, Ryan wrote:
Thanks for the reply. I tried changing the installation directory
on my framework to use @loader_path and re-built it, but I'm still
getting the same error message when trying to open the preference
pane.
Are you sure it's being set, and the bundle is looking for it there?
You can verify by using the otool program with the -L option.
If it's not being set, then have you tried changing it with the
install_name_tool program? IIRC, Tiger's linker didn't support setting
the installation directory to @loader_path for some reason, but
install_name_tool worked.
BTW, IANTM (I Am Not The Moderator), but this is more of an xcode-
users question than a cocoa-dev question...
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
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