• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
R: Re: Xcode and Mapnik
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

R: Re: Xcode and Mapnik


  • Subject: R: Re: Xcode and Mapnik
  • From: "email@hidden" <email@hidden>
  • Date: Mon, 27 Feb 2012 09:10:39 +0100 (CET)

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


On Feb 24, 2012, at 2:31 AM, email@hidden wrote:

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

  • Follow-Ups:
    • Re: Xcode and Mapnik
      • From: Jens Alfke <email@hidden>
  • Prev by Date: Missing libstdc++ symlink in the 10.6 SDK from Xcode 4.3?
  • Next by Date: Re: Another feature request - anyone already put it in?
  • Previous by thread: Re: Missing libstdc++ symlink in the 10.6 SDK from Xcode 4.3?
  • Next by thread: Re: Xcode and Mapnik
  • Index(es):
    • Date
    • Thread