Re: Including a library rather than a framework
Re: Including a library rather than a framework
- Subject: Re: Including a library rather than a framework
- From: Nick Zitzmann <email@hidden>
- Date: Sat, 26 Feb 2005 10:02:47 -0700
On Feb 26, 2005, at 10:28 AM, email@hidden wrote:
Ok. I have a library that I wrote. I want to make it part of my
program.
However I do not know how to make it a part of the project. Do I just
use
Add existing framework? and then use it' header file then do a copy
phase
like I would a framework?
You can add the library by using the "add existing files" command, or
by dragging the library from the Finder into the Xcode project window.
Don't forget to set the library's install path to
"@executable_path/../Frameworks". You might be able to do this using
the install_name_tool command line program.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
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