I have purchased my first mac, and I'm having trouble setting up SFML with XCode as the title suggests.
I have chosen to download and install the files that came with the Clang - universal 32+64 bits (OS X 10.8+, compatible with C++11 and libc++) package.
In this package there is a readme.txt that sends you to the tutorial page on SFML.
I have followed this tutorial and installed SFML about 5 times due to this error that appears.
XCode recognized the SFML templates, but for some reason I get an error stating
Lexcial or Preprocessor Issue
'SFML/Audio.hpp' file not found with <angled> include; use "quotes" instead
and
Lexical or Preprocessor Issue
'SFML/System.hpp' file not found
Ive swiched the angled to quotes on all of the .hpp files, but xcode tells me that the files do not exit.
Ive removed the Audio.hpp include line, but the compiler spits out the same error for the next file include which is the Graphics.hpp file.
Ive also placed a copy of the SFML file that holds all of these files inside of the project folder with my main.cpp.
Has anyone run into this problem before, or have any ideas on how to fix this?