SFML community forums
Help => General => Topic started by: wvtrammell on March 20, 2012, 12:24:19 am
-
Hi
Just installed new version of Xcode. Do I reinstall SFML to get it into the new version of Xcode?
Thanks
Warren
-
Nope. You still can use SFML's binaries in any of your project like any other library.
Now, if you were using SFML 1.6 with Xcode 3 and you switched to Xcode 4 then you won't be able to use the templates for 1.6 anymore.
-
HI
So I must continue using Xcode 3 in order to use SFML 1.6?
Thanks
Warren
-
No. Like I said, you still can use 1.6. The only thing you won't be able to do is to use the templates to create a new project. But this doesn't matter because you still can add SFML's libraries to your project : the procedure is the same as with any other library.