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
Asked
Active
Viewed 3,167 times
1
-
what is your mac os version? – Uma Madhavi Feb 10 '16 at 12:03
-
1Have u checked with this http://pinkstone.co.uk/how-to-fix-couldnt-communicate-with-a-helper-application-in-xcode-7/ – Uma Madhavi Feb 11 '16 at 05:52
1 Answers
4
Try to execute the following:
xcrun git config --global user.email you@domain.com
xcrun git config --global user.name "your name here"
It worked for me couple times already (with older MacOS/Xcode versions as well)

Dmitry
- 2,766
- 1
- 18
- 17
-
fixed my "Xcode couldn't communicate with a helper application" message when attempting to use git in Xcode 8.3.3 – Nelson Aug 04 '17 at 01:30