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!