SFML community forums
Help => General => Topic started by: colask8 on March 15, 2014, 02:58:29 pm
-
Hi,
when i try to use framworks i get this error
clang: error: unknown argument: '-frameworksfml-system' [-Wunused-command-line-argument-hard-error-in-future]
and so on for other 4(window, graphics, audio, network).
I dloaded and installed the one for clang, via install.sh I'm on LLVM 5.1 from latest XCode.
dylibs work as they supposed to, but i'm using another library which doesnt work with dylibs, so i need frameworks to work. Also tried compiling with cmake and installed the frameworks.
-
Did you download the fixed version of the template for Xcode 5?
-
Yes. But after update of XCode i had to reapply it. So just got fixed. Thanks for the reply.