Baluta Eugen
Baluta Eugen

Reputation: 95

Command PhaseScriptExecution failed with a nonzero exit code with Alamofire

enter image description here

The photo explains itself I'm getting this error when trying to build my project Tried to:

Upvotes: 0

Views: 1602

Answers (2)

Mike
Mike

Reputation: 21

My friend, I had the exact same issue, and here is the cause and resolution:

enter image description here

Your project's name using the sign: ( ' ) => when the pod reconfig the project name => some directory missed this sign, but somewhere not => error: "No such file or directory"

Resolution: rename your project to the format: MyNewProjectName

Upvotes: 2

Rachit Agarwal
Rachit Agarwal

Reputation: 376

May be this issue is related to keychain access. I fixed this issue by performing following steps:

Open Keychain Access
Lock and Unlock the login keychain
Clean and build Xcode app

Upvotes: 0

Related Questions