Re: Adding Frameworks Not Installed in /System/Library/Frameworks
Re: Adding Frameworks Not Installed in /System/Library/Frameworks
- Subject: Re: Adding Frameworks Not Installed in /System/Library/Frameworks
- From: Markus Hitter <email@hidden>
- Date: Thu, 25 Oct 2007 13:34:47 +0200
Am 25.10.2007 um 06:36 schrieb Alain Ciphat:
Please, if someone can tell me what I'm missing here, I would greatly
appreciate it.
Obviously, something went wrong, as your approach appears mostly
fine. In Xcode, setting Header Search Paths is very rarely needed and
certainly not in your case.
As we currently live in the age of blogs and video, get started at
Mr. Rentsch's:
http://rentzsch.com/cocoa/embeddedFrameworks
If this still doesn't work, have a look at your build transscript.
Better yet, if someone can explain the details of what
happens behind the scenes when adding frameworks so that an old unix
makefile guy like me can understand it, that will really make my day.
From the Unix point of view, Frameworks are just a different type of
collecting libraries, headers and other resources. Instead of having
scattered files around in /usr/lib, /usr/include and other
directories, you stuff all into a single directory with a well known
structure. This simple file shuffling allows for library versioning,
drag&drop install, better overview and a few other convenient
advantages.
At build time, you can access a framework with the traditional -L -l -
I -include flags or, more easily with -F and -framework options
(which are available on Apple only, AFAIK).
Markus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
_______________________________________________
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