I have just install SFML2 RC on my Mac with the wizard. I run Xcode and choose the SFML template. Then I try to compile it but I have a
ld: library not found for -lsfml-system-d
link error.
I have check /usr/local/lib and /Library/Framework and there no .a file just the .dylib. I guess that's why Xcode can't link.
It's the first time I develop with with Mac, but it's not weird not to have .a file for linking?