Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

zrbecker

macrumors member
Original poster
Jun 28, 2009
58
0
I am trying to get the Allegro 5 frameworks to work with my Xcode project. I finally was able to get it to build, but with a few annoyances I would like to remedy.

First, some of the frameworks have header files included in them. In order to expose these to my project, I had to add the entire framework path to my header search path.

I noticed that if I did Allegro-5.0/allegro5/allegro.h it would also get the header file, but then the header files that allegro.h utilized would not be in the path. I assume there is some setting that lets me omit the Allegro-5.0 (the framework name) from the #include directive.

My second problem is it is not copying the frameworks into the app bundle. I imagine this is a setting somewhere in there, but I haven't found it.

I am using Xcode 4.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.