Re: creating a framework, linker troubles
Re: creating a framework, linker troubles
- Subject: Re: creating a framework, linker troubles
- From: Christian Schneider <email@hidden>
- Date: Thu, 21 Oct 2004 17:07:46 +0200
Daniel,
On Fri, 22 Oct 2004 00:00:11 +0900, Daniel Todd Currie <email@hidden> wrote:
>
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.
>
thanks,
I started again from scratch and did all the things mentioned in
http://rentzsch.com/cocoa/embeddedFrameworks and now everything works
fine.
The DYLD_FRAMEWORK_PATHS is mentioned in the reference library
documentation and should be used when frameworks are not yet installed
in their final destination. Obviously, I was getting a bit confused
about static, dynamic and bundle library types and what I had changed
in my project. Thanks to subversion I could go back to the start
without too much hassle.
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