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

Author Topic: Downloading SFML for Xcode  (Read 1396 times)

0 Members and 1 Guest are viewing this topic.

jonahj45

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • Email
Downloading SFML for Xcode
« on: September 30, 2017, 09:06:33 pm »
For about the past week now I have been struggling to use sfml 2.4.2 in Xcode. I followed the tutorial on the SFML website to the letter, and I have also found multiple other tutorials and tried them, but nothing has worked. Right now, my biggest error is a shell script invocation error.

The error looks like this:

ditto: can't get real path for source '/Library/Frameworks/sfml-system.framework' couldn't copy /Library/Frameworks/sfml-system.framework to /Users/Fireball4/Library/Developer/Xcode/DerivedData/gpa3-gpigjpprbqoragcrnkqcmqhdgsjb/Build/Products/Debug/gpa3.app/Contents/Frameworks//sfml-system.framework Command /bin/sh failed with exit code 2
I followed the path it is supposed to copy to as far as contents, but I couldn't find a frameworks folder. Then I tried creating a frameworks folder and putting the sfml system framework into it, but that didn't work either.

Any help would be hugely appreciated!

Hiura

  • SFML Team
  • Hero Member
  • *****
  • Posts: 4321
    • View Profile
    • Email
Re: Downloading SFML for Xcode
« Reply #1 on: October 04, 2017, 10:26:57 am »
Quote
I followed the path it is supposed to copy to [...]

You followed the path it is supposed to copy from, right? Following the instruction given here should be enough to get things working.
SFML / OS X developer

 

anything