Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Headers & Libs not found with Xcode 4.3.3 #233

Closed
mantognini opened this issue Jun 13, 2012 · 7 comments
Closed

Headers & Libs not found with Xcode 4.3.3 #233

mantognini opened this issue Jun 13, 2012 · 7 comments
Milestone

Comments

@mantognini
Copy link
Member

#include <SFML/Graphics.hpp>

produces an error :

'SFML/Graphics.hpp' file not found

This worked fine with Xcode 4.3.2.

http://fr.sfml-dev.org/forums/index.php?topic=8227.msg55011#msg55011

@ghost ghost assigned mantognini Jun 13, 2012
@mantognini
Copy link
Member Author

One can either recreate a new project with the updated template or edit an already-existing project :

  • add /Library/Frameworks to the framework search path.

@mantognini
Copy link
Member Author

Apparently, dylibs have the same issue : /usr/local/include and /usr/local/lib are no more in the default search paths. Patch will follow.

@ragekit
Copy link

ragekit commented Jul 16, 2012

Maybe the installer on the website need to be upgraded with these changes ?

@mantognini
Copy link
Member Author

It will be updated when the final version is released. (It takes quite a lot of time to make those things so we rather prefer to spend our time on tutorials et fixes.)

@ragekit
Copy link

ragekit commented Jul 16, 2012

understood, but maybe you should put a link to this page in the tutorial for mac, i spent the day trying to find what wa wrong untill i stumbled here :)

@jokoon
Copy link

jokoon commented Mar 15, 2013

any idea for a temporary fix, adding stuff to the framework path doesn't work.

Damn it why can't apple make things easy :(

@mantognini
Copy link
Member Author

Well, it was fixed some weeks ago when the new templates where released.

Or are you already using those new templates and facing issues ?

@mantognini mantognini removed their assignment Apr 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants