Re: private frameworks
Re: private frameworks
- Subject: Re: private frameworks
- From: Sherm Pendley <email@hidden>
- Date: Tue, 1 Nov 2005 06:48:40 -0500
On Nov 1, 2005, at 4:12 AM, Niko Matsakis wrote:
Anyhow, what I tried eventually is to add a "copy files" step to my
project which copies the referenced Oaxaca.framework into the
Frameworks directory of the application. I have verified in
Terminal that the file is present. This seems to be what the
Framework Programming Guide suggested, although they said to do it
via the "install path" from the framework target. As the framework
target is not in my project, I thought I'd try a different route.
Unfortunately, it doesn't work. Any advice?
Check the install path of the framework with otool in terminal:
otool -D /Path/To/SomeFramework.framework/SomeFramework
It should have the @executable_path prefix, like this:
@executable_path/../Frameworks/SomeFramework.framework/SomeFramework
sherm--
Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org
_______________________________________________
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