Re: using an external library in an Xcode project
Re: using an external library in an Xcode project
- Subject: Re: using an external library in an Xcode project
- From: Eric Albert <email@hidden>
- Date: Sun, 8 Aug 2004 13:27:25 -0700
On Aug 8, 2004, at 10:01 AM, Chuck Musser wrote:
I have some conventional (compiled via "make", written in standard
UNIX C) libraries that I'd like to use in my Xcode Cocoa project, but
I can't figure out how to incorporate them in my project. I added the
header files, but I can't add the static libraries themselves. What I
tried was "Add to Project", but I cannot navigate to any of the places
where the library hides. In the source directory, the libraries I want
are in a directory called ".libs", which is invisible to the Add To
Project" dialog. I can't find a way to navigate to the install
directory, which is "/usr/local/lib/"
In the Add To Project dialog, press command-shift-G to get a "Go To
Folder" dialog. You can type any path you want in there, including
directories that aren't visible in the Finder, and the dialog will go
there.
Hope this helps,
Eric
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.