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

Author Topic: installation woes (SFML 2.3, Mac OSX Yosemite, Xcode 6.3.1)  (Read 886 times)

0 Members and 1 Guest are viewing this topic.

rende99

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • Email
I've been trying to install SFML for the past day, and somehow keep running into problems. I keep getting the same error message in xcode when trying to run the program for the first time: "clang: error: linker command failed with exit code 1 (use -v to see invocation)". In the tutorial given on how to install SFML, it says to select the option "C++11 with Clang and libc++" when creating a new project, which I did. I tried deleting all system files and reinstalling SFML multiple times, even trying version 2.2, but i keep getting the same error. Any help would be much appreciated! Thanks in advance!

I attached a picture of what is being output in Xcode, if that's any help!

Hiura

  • SFML Team
  • Hero Member
  • *****
  • Posts: 4321
    • View Profile
    • Email
Re: installation woes (SFML 2.3, Mac OSX Yosemite, Xcode 6.3.1)
« Reply #1 on: July 09, 2015, 07:22:14 pm »
The error simply says that it didn't find the **framework** sfml-system. This means you didn't install SFML correctly.
SFML / OS X developer

 

anything