SFML community forums

Help => General => Topic started by: mbrandt on February 01, 2022, 01:32:23 pm

Title: (solved) macOS Catalina: Xcode template project: Command CodeSign failed
Post by: mbrandt on February 01, 2022, 01:32:23 pm
Hello all,

I followed the tutorial to install SFML on macOS. Then I created a new project using the SFML template - I did not add any other line of code to the project.

First of all the run script of the template project contains wrong file paths, which I fixed (and this should be fixed in the official download as well...)

(click to show/hide)

But after that running the template project fails with following error:

(click to show/hide)
Title: Re: macOS Catalina: Xcode template project: Command CodeSign failed
Post by: mbrandt on February 02, 2022, 10:38:53 am
Solved by disabling Code Signing: https://stackoverflow.com/a/54296008