1
General / [1.6 / Xcode 4.1] Weird loading resources issue
« on: July 24, 2011, 03:25:20 am »Quote from: "Ceylo"
With SFML 1.6 the paths are always relative to the Resources folder in your bundle application. It doesn't change if you launch your app from Xcode or the Finder.
I am using SFML 1.6 and this was the problem. I guess I was not aware of how .app files loaded its resources. D'oh! Thank you very much for suggesting that, my problem has been solved. Now to compile Windows and Linux binaries...