SFML community forums

Help => General => Topic started by: colask8 on March 15, 2014, 02:58:29 pm

Title: SFML frameworks on Mac OS X 10.9
Post 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.
Title: Re: SFML frameworks on Mac OS X 10.9
Post by: Hiura on March 16, 2014, 08:06:34 pm
Did you download the fixed version of the template for Xcode 5?
Title: Re: SFML frameworks on Mac OS X 10.9
Post by: colask8 on March 17, 2014, 01:35:38 am
Yes. But after update of XCode i had to reapply it. So just got fixed. Thanks for the reply.