简体   繁体   中英

Cannot export Apple ID from Xcode 9

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?

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

xcrun git config --global user.email your@email.com
xcrun git config --global user.name your name 

我有同样的问题,但在更新到Xcode 9.3.1时解决了。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM