I'm trying to get SFML setup and compile the basic application in Xcode.
Used this page, but still got errors:
http://www.sfml-dev.org/tutorials/2.0/start-osx.phpI've tried to compile both dylib and framework applications and neither work.
For dylibs:
I edited the SFML_LINK_DYLIBS_SUFFIX setting to "".
Made sure that the dylibs files were in /usr/local/lib
For frameworks:
I added /Library/Frameworks to the framework search path.
MacBook Air (Mid 2012, Mac OS X Lion 10.7.5)
SFML: Version 2.0 RC (Installed using the wizard)
Xcode: Version 4.5.2 (4G2008a)