Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - vlag

Pages: [1]
1
General / SFML and XCode4.1
« on: August 07, 2011, 10:59:24 pm »
In the Scheme tab, clic "Edit Scheme", and set the Run "Build configuration" to Release.

But if you had this error, you probably compiled SFML on Debug configuration, so you should recompile SFML2 on Release mode too.

Don't forget to link all release .dylib you need after that

2
General / SFML and XCode4.1
« on: August 07, 2011, 05:45:39 pm »
Ah sorry, I had not seen you use SFML 1.6

With XCode 4, template files are now in a .xctemplate repertory.
I don't really know how it works, but it seems that the main source code is placed directly in the .plist (see the SFML 2 Template).

However, you can make a new Command Line Project and add the SFML frameworks to it, until an "official" (and temporary) template to be released

3
General / SFML and XCode4.1
« on: August 07, 2011, 02:38:39 pm »
Just move all SFML Template to /Developer/Library/Xcode/Templates/Project Templates/Mac/Application/

It works fine for me and XCode 4

Pages: [1]
anything