search

Home  >  Q&A  >  body text

Xcode7 comes with Git-created project "Couldn’t communicate with a helper application"

Xcode7 checks this option when creating a project.

The created project will report the following error warning:
"Couldn't communicate with a helper application",

I restarted Xcode and then compiled the code and submitted it through Xcode's built-in commit,

The following error warning still appears

"Couldn't communicate with a helper application",
I just went, what is a helper application? ????
I really don’t understand????
Is the way I opened it wrong?

I tested version 6.4 and it didn’t have this problem
Please give me some advice

阿神阿神2793 days ago631

reply all(2)I'll reply

  • 高洛峰

    高洛峰2017-05-02 09:25:53

    I have the same problem and haven’t solved it yet. Please share with me

    reply
    0
  • phpcn_u1582

    phpcn_u15822017-05-02 09:25:53

    xcrun git config --global user.email your@email .com
    xcrun git config --global user.name "your name"
    Run these two sentences in the terminal. If it is gitosc, write your email and name
    Second You don’t need to put quotation marks in the sentence

    reply
    0
  • Cancelreply