So I created a few projects with Xcode using the new templates that were on the website and using SFML for C++11 and everything worked, but today I created a new project from the template using the exact same settings, with not a single file in my computer changed/moved/deleted, and I get the compile errors:
clang: error: unknown argument: '-frameworksfml-system'
clang: error: unknown argument: '-frameworksfml-window'
clang: error: unknown argument: '-frameworksfml-graphics'
clang: error: unknown argument: '-frameworksfml-audio'
clang: error: unknown argument: '-frameworksfml-network'
What happened? I literally did nothing different and I fail to see what I possibly could've done.