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

Author Topic: Xcode 6 unknown args  (Read 1142 times)

0 Members and 1 Guest are viewing this topic.

bearhead

  • Newbie
  • *
  • Posts: 3
    • View Profile
Xcode 6 unknown args
« on: November 14, 2014, 03:58:33 am »
Yes, I know this has been asked before at least once. But that fix didn't work for me.

I installed SFML2.1 correctly I think.

Creating a new project with C++11 with clang and libc++ settings and building it gives this error:
clang: error: unknown argument: '-frameworksfml-system'
clang: error: unknown argument: '-frameworksfml-window'
clang: error: unknown argument: '-frameworksfml-graphics'
clang: error: unknown argument: '-frameworksfml-audio'


I'm using the latest templates. I'm on OS X 10.10.1 with Xcode 6.1. Any ideas? Previous thread(s): http://en.sfml-dev.org/forums/index.php?topic=16395.0

Hiura

  • SFML Team
  • Hero Member
  • *****
  • Posts: 4321
    • View Profile
    • Email
Re: Xcode 6 unknown args
« Reply #1 on: November 14, 2014, 09:41:52 am »
You're probably *not* using the latest templates. Check again.
SFML / OS X developer

 

anything