Skip to content
This repository has been archived by the owner on Aug 12, 2021. It is now read-only.

Build failed: Command PhaseScriptExecution failed with a nonzero exit code #2

Open
sanderdekoning opened this issue Mar 7, 2020 · 1 comment

Comments

@sanderdekoning
Copy link

When following the build instructions Xcode fails to build with the following error Command PhaseScriptExecution failed with a nonzero exit code. How can I resolve this issue?

Screenshot 2020-03-07 at 11 43 20

@Drvolks
Copy link

Drvolks commented Mar 22, 2020

I had a similar issue. Turns out my dev identifier has a dash in it failed the regex validation in CodeSignUpdate.sh

if ! [[ ${macDeveloperCN} =~ ^Mac\ Developer:\ .*\ \([A-Z0-9]{10}\)$ ]]; then

If this is relevant to you, either edit the validation or comment the "exit 1"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants