Linking against a non-Framework
Linking against a non-Framework
- Subject: Linking against a non-Framework
- From: Daniel Harple <email@hidden>
- Date: Wed, 11 May 2005 01:35:48 -0400
Hello,
I am using libpng (not installed on vanilla mac boxes) in one of
my projects. I have added a copy files build phase that copies over
the libpng dylib and headers into the Frameworks folder, but when I
start the application on my test box without libpng, the application
searches in /usr/local/bin for it. What is the correct way to include
a non-Framework in your application bundle?
I have tried several different methods. One was to copy over the
dylib and headers to directory in the project directory, and link
against that. That did not work, the application still searches /usr/
local/bin.
Best Regards,
-Daniel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden