xcode 7.2 couldn’t communicate with a helper application

3.1k Views Asked by At

When i create an xcode project getting following error, this error appears every time when i create a new project can any one help me to figure out the reason

Screenshot added

1

There are 1 best solutions below

1
On

Try to execute the following:

xcrun git config --global user.email [email protected]
xcrun git config --global user.name "your name here"

It worked for me couple times already (with older MacOS/Xcode versions as well)