xcode 7.2 couldn’t communicate with a helper application

前端 未结 1 1861
借酒劲吻你
借酒劲吻你 2021-01-23 15:27

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

相关标签:
1条回答
  • 2021-01-23 16:10

    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)

    0 讨论(0)
提交回复
热议问题