using an external library in an Xcode project
using an external library in an Xcode project
- Subject: using an external library in an Xcode project
- From: Chuck Musser <email@hidden>
- Date: Sun, 08 Aug 2004 10:01:58 -0700
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/"
I suppose I could copy the files to an accessible place, but what's the
right way to do this? I couldn't find a documented procedure for using a
library in this way?
Thanks,
Chuck
_______________________________________________
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.