I'm new to the SFML, I have worked around with C++ in Linux, now i'm trying to made all work in Mac OS X. I've followed all the steps to install SFML and make it work along with Xcode and I can load the templates and run them correctly. The problems starts when I try to run a pre-made example that comes with the installer of SFML.
It complies correctly, but at the runtime, the command line prompts a messages that says:
"
Failed to open sound file "resources/ball.wav" (System error : No such file or directory.)"; but the file is there, so I don't know why it says that.
This is with the pong example. It also happens when I tried to run any other program and it tries to load a sound or a background. I don't know what the problem is.
Please if someone has faced the same issue, some help will be really useful! I'm trying to start with SFML and start making games!