Hi all!
I just finished my first game (Pong) written using SFML 1.6 C++ and Xcode 4.1. It currently uses one font (.ttf) and two audio files (.wav). Everything works perfectly when I run the game from within Xcode using the 'Run' command.
However, when I run the .app file from outside of Xcode, the fonts and sounds are not loading! The title screen which uses the font is completely blank, although it technically works (and by works I mean it doesn't crash and is still polling for user input). The game screen (using the audio files) plays normal as well, just without the sound.
The resource files are in the same folder as the .app file so I am not sure what I am doing wrong. Any help would be appreciated!