Xcode7 comes with Git-created project "Couldn't communicate with a helper application"
阿神
阿神 2017-05-02 09:23:53
0
2
624

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

阿神
阿神

闭关修行中......

reply all(2)
小葫芦

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

phpcn_u1582

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template