Re: creating a framework, linker troubles
Re: creating a framework, linker troubles
- Subject: Re: creating a framework, linker troubles
- From: Daniel Todd Currie <email@hidden>
- Date: Fri, 22 Oct 2004 00:00:11 +0900
I'm not sure what the DYLD_FRAMEWORK_PATH has to do with linking your
framework, but it seems like that might be the source of your problem.
When I am embedding a pre-built framework in an application, I add the
framework path under the "Framework Search Paths" attribute in the
Project Info > Styles inspector window. To the best of my
understanding of this error message, your usage of DYLD_FRAMEWORK_PATH
is somehow conflicting with a static link to the framework which may
very well be provided by the "Framework Search Paths" attribute.
Take this with a grain of salt, this is a new ld error to me.
-- DTC
On 2004 Oct 21, at 22:43, Christian Schneider wrote:
Hi list,
I'm creating my first framework and when I build an application linked
against it, I get the following error message:
ld:
/Users/chris/Desktop/Projekte/GFFQuickTime/trunk/build/
GFFQuickTime.framework/GFFQuickTime
is input for the dynamic link editor, is not relocatable by the static
link editor again
The funny thing is, that it worked once but after I changed code in
the framework it broke.
I have the framework set up in its own project but have set the
DYLD_FRAMEWORK_PATH in my application's project.
Besides resolving the problem above I'd be interested to read up on
frameworks (how they work, how to create them in Xcode and set them
up) but have only been able to find the documentation called "Max OS X
Frameworks" in Apple's reference library.
So, anybody got a hint about what's wrong here or a good reference to
read?
Best regards,
Chris
_______________________________________________
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
_______________________________________________
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