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

Author Topic: SFML 2.1 with Xcode 6  (Read 964 times)

0 Members and 1 Guest are viewing this topic.

juiceeYay

  • Newbie
  • *
  • Posts: 16
    • View Profile
SFML 2.1 with Xcode 6
« on: December 30, 2014, 02:34:43 am »
So I created a few projects with Xcode using the new templates that were on the website and using SFML for C++11 and everything worked, but today I created a new project from the template using the exact same settings, with not a single file in my computer changed/moved/deleted, and I get the compile errors:

clang: error: unknown argument: '-frameworksfml-system'
clang: error: unknown argument: '-frameworksfml-window'
clang: error: unknown argument: '-frameworksfml-graphics'
clang: error: unknown argument: '-frameworksfml-audio'
clang: error: unknown argument: '-frameworksfml-network'

What happened? I literally did nothing different and I fail to see what I possibly could've done.

Hiura

  • SFML Team
  • Hero Member
  • *****
  • Posts: 4321
    • View Profile
    • Email
Re: SFML 2.1 with Xcode 6
« Reply #1 on: December 30, 2014, 12:13:21 pm »
You must have done something wrong... you can also try to upgrade your version to 2.2.
SFML / OS X developer

 

anything