I followed the instructions here
https://www.sfml-dev.org/tutorials/2.3/start-osx.php#installing-sfml for framework installation and when I try to build it fails.
I'm using xcode version 10 and the latest stable version of SFML. The error output is the following:
ditto: can't get real path for source '/Users/SFML/Desktop/packaging/tmp/install/Library/Frameworks/sfml-system.framework'
couldn't copy /Users/SFML/Desktop/packaging/tmp/install/Library/Frameworks/sfml-system.framework to /Users/etk/Library/Developer/Xcode/DerivedData/ProjectGame-bcmdnghmhakkdudovokikhrhgkqs/Build/Products/Debug/ProjectGame.app/Contents/Frameworks//sfml-system.framework
Command PhaseScriptExecution failed with a nonzero exit code
What am I missing here? I'm new to macs.