Skip navigation.
 
mlRe: How to use .a in XCode?
FROM : Nick Zitzmann
DATE : Wed Jun 25 22:47:44 2008

IANTM, but this really belongs on the Xcode list, not the Cocoa list.

On Jun 25, 2008, at 2:43 PM, dexter morgan wrote:

> is id3 the folder inside /usr/local/include?


Yes.

> How can I import these libreries into the project?


Just drag the library in from the Finder. Or choose "add existing 
frameworks" in Xcode.

> (I would to copy
> these files into app package in order to allow app launch even if you
> have not installed id3lib in /usr/local.



If you're including static libraries, then this is a non-step. Static 
libraries are linked into the final binary.

Nick Zitzmann
<http://www.chronosnet.com/>

Related mailsAuthorDate
mlHow to use .a in XCode? dexter morgan Jun 25, 22:43
mlRe: How to use .a in XCode? I. Savant Jun 25, 22:45
mlRe: How to use .a in XCode? Nick Zitzmann Jun 25, 22:47