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

Author Topic: SFML XCode 4 Template Without SFML?  (Read 1850 times)

0 Members and 1 Guest are viewing this topic.

Roggie

  • Newbie
  • *
  • Posts: 8
    • View Profile
SFML XCode 4 Template Without SFML?
« on: October 17, 2012, 07:54:24 pm »
Yo!

After some time of absence in the SFML-world I decided to just start over and try again. Full of enthusiasm, I started up my updated Xcode and ran the standard SFML 2.0 template. SFML/Graphics.hpp not found Well, I didn't see the SFML folder at all in the frameworks folder so I thought I had accidentally deleted it. I ran the 2.0 installer and stated a new project trough the template. SFML/Graphics.hpp not found. And, again I couldn't find the SFML folder in the frameworks, so I added it by dragging it from the Finder. No response but the error. Does anybody know this?

Roggie

AlexxanderX

  • Full Member
  • ***
  • Posts: 128
    • View Profile
    • AlexanderX
Re: SFML XCode 4 Template Without SFML?
« Reply #1 on: October 17, 2012, 08:03:06 pm »
You have recompilled with cmake?
Here you can find my blog and tutorials about SFML - http://alexanderx.net/ (died...) - http://web.archive.org/web/20160110002847/http://alexanderx.net/

Roggie

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: SFML XCode 4 Template Without SFML?
« Reply #2 on: October 17, 2012, 08:16:05 pm »
Have I done what? :P

I'm sorry, but I'm not that of a wonder with all these extra programs and compilers. I often just download the installer (if there's one), follow a couple of tuts and then make something. Could you maybe explain it? :3

AlexxanderX

  • Full Member
  • ***
  • Posts: 128
    • View Profile
    • AlexanderX
Here you can find my blog and tutorials about SFML - http://alexanderx.net/ (died...) - http://web.archive.org/web/20160110002847/http://alexanderx.net/

Hiura

  • SFML Team
  • Hero Member
  • *****
  • Posts: 4321
    • View Profile
    • Email
Re: SFML XCode 4 Template Without SFML?
« Reply #4 on: October 18, 2012, 10:36:37 am »
You don't need to recompile SFML for the templates.

When Apple had updated Xcode they broke the templates. You can fix them easily : just have a look at these issues (each of them have one or more solutions in a comment) :

https://github.com/SFML/SFML/issues/285
https://github.com/SFML/SFML/issues/233

BTW, those error were already discussed in other threads. If you need more info then use the search feature of the forum.
SFML / OS X developer

 

anything