Reputation: 167
I've decided to learn c++ and try to make a game with SDL framework. The problem is that I don't know how to use SDL together with Xcode 4.3, since I can't use it like a template, as seen in other guides. Would be great if someone could help me get SDL to work with Xcode 4.3.
EDIT: I try add SDL to Xcode project following http://meandmark.com/blog/2012/01/using-sdl-with-xcode-4/
When I try to compile I get this error:
Upvotes: 1
Views: 1750
Reputation: 20195
It took a quite long time until I got SDL and Xcode running. So, don't care. :-)
I uploaded here a simple SDL template for Xcode 4.5 and Mac OS X 10.7 and 10.8 (also using OpenGL 3.2 Core Profile possible). Step by Step instructions:
SDL.framework
into /Library/Frameworks/
Further details and an image on my Blog (only german, sorry).
Upvotes: 0