Hello, everybody. I just discovered SFML the other day and decided to set it up on my Macbook, which is running OS X 10.5. I am using XCode 3 to create the program, and I followed all of the instructions on the tutorials page as far as setting up frameworks and the like. I tried to build the example in the threads tutorial on the website, the first one shown, as a Command Line Utility. It says that it built successfully; however, once I try to Build and Go, it says that there's no executable found at path /Users/coltonogden/testapp/build/Release/testapp. I did a check on it, and I found that there was indeed no folder called Release where it should have been located.
Does anyone know how I can fix this problem, or whether there's something I haven't done or have done incorrectly? I would greatly appreciate the help. :]
Colton