Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot export Apple ID from Xcode 9

Tags:

ios

xcode9

I'm trying to export my Apple ID from within Xcode 9.

The error message that appears says:

Couldn’t communicate with a helper application.

Try your operation again. If that fails, quit and relaunch the application and try again.

I did restart everything and also recreated my certificate - without luck.

My OS is macOS High Sierra.

How to solve this?

like image 980
Sommereder Avatar asked Apr 03 '18 14:04

Sommereder


People also ask

How do I find my Apple ID in Xcode?

From within Xcode 7. x or higher (Mac only), navigate to “Xcode—->Preferences—->Accounts.” Hit the '+' icon below left to add your Apple ID*. After you add your account, it will show within the main account window on the right.


1 Answers

You can run this code in Terminal, and then restart Xcode.

xcrun git config --global user.email [email protected]
xcrun git config --global user.name your name 
like image 92
fengyunjue Avatar answered Oct 16 '22 22:10

fengyunjue