R: Re: Xcode and Mapnik
R: Re: Xcode and Mapnik
Hi all,
the problem is that when i load Mapnik.Framework in my XCode project i don't found a folder Header so i don't know how i can i use the Framework. Do you know this Framework?
Thanks,
Francesco
----Messaggio originale----
Da: email@hidden
Data: 25/02/2012 18.10
A: "email@hidden"<email@hidden>
Cc: <email@hidden>
Ogg: Re: Xcode and Mapnik
I installed a Mapnik.Framework and I can load it into my Xcode project but i
have a doubt. I can see the Header folder so i don't know how can use this
framework. Is it a problem? Anyone can suggest my how can work with this
framework?
I don’t understand. Did you mean to say “I *can’t* see the Headers folder”?
The way you use a 3rd party framework is to drag it (the “xxx.framework” folder) into your Xcode project’s navigator (or use the + button in the Build Phases library list). You then include its headers using
#import <FrameworkName/HeaderName.h>
Xcode should add the parent directory of the framework to the target’s framework search path, so the compiler and linker will know where to look to find it. If not, you can go into the target build settings and edit the Framework Search Paths entry under Search Paths. (Add the *parent* directory of the framework, not the .framework directory itself.)
—Jens
_______________________________________________
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