Using Boost with AppCode

Hello,

I have the Boost libraries installed on my Macbook via MacPorts and was wondering how to configure AppCode to recognize the headers. I tried right clicking on the project -> Add Frameworks and Libraries -> Other... -> browse to /opt/local/include -> Choose. But this doesn't seem to add Boost to the list. Has anyone successfully gotten Boost to work with AppCode?

Thanks

0
3 comments

Hi Patrick,

Boost is not a framework or static library, so you can't add it as you described above.
To add it Header Search Paths and Library Paths should be configured in Project Settings -> Target.
Also please find some useful information here: http://stackoverflow.com/questions/5288822/using-boost-with-xcode4

0

Thanks for your response! Maybe I'm blind but I can't seem to find the Target section under project settings:
Captura de pantalla 2013-08-02 a la(s) 2.45.20 p.m..png
Am I missing something?

0

The *other* project settings! File->Project Settings (or cmd-;)

0

Please sign in to leave a comment.