SFML community forums

Help => General => Topic started by: abp54 on December 25, 2023, 12:40:40 am

Title: SFML xcode template does not work
Post by: abp54 on December 25, 2023, 12:40:40 am
Followed the directions exactly from sfml to run an xcode sfml app
https://www.sfml-dev.org/tutorials/2.6/start-osx.php

error:
Command PhaseScriptExecution failed with a nonzero exit code

I had this running in vscode in 20 minutes. xcode seems like overkill.
Sorry just bugged.
Title: Re: SFML xcode template does not work
Post by: eXpl0it3r on December 25, 2023, 09:20:21 pm
As long as you don't need any Xcode specific functionalities, you're of course free to choose whatever editor you want. See also tutorial for using the SFML CMake template: https://www.sfml-dev.org/tutorials/2.6/start-cmake.php

As for the error, web searches return tons of different answers, this seems like some Xcode issue. Try some solutions provided online.