Re: Pre-Binding disabled when adding CURLHandle.framework
Re: Pre-Binding disabled when adding CURLHandle.framework
- Subject: Re: Pre-Binding disabled when adding CURLHandle.framework
- From: Nick Zitzmann <email@hidden>
- Date: Mon, 29 Mar 2004 07:22:09 -0700
On Mar 29, 2004, at 4:41 AM, Michael Becker wrote:
I am not at all experienced in compiler-specific stuff, so I don't
know how to handle this warning.
I have added the CURLHandle.framework to my project ("add framework"
etc.). Now when I compile the application, I get this warning:
PhotoClient:0: warning prebinding disabled because dependent library:
@executable_path/../Frameworks/CURLHandle.framework/Versions/A/
CURLHandle is not prebound
What do I have to do?
Did you rebuild the binary for some reason? The CURLHandle distribution
comes with two pre-built frameworks, and both of them were built with
prebinding enabled. Using one of them should solve this problem. If you
can't use either of the pre-built frameworks for some reason, then
you'll have to rebuild CURLHandle with prebinding enabled.
Nick Zitzmann
<
http://www.chronosnet.com/>
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.