简体   繁体   English

无法从Xcode 9导出Apple ID

[英]Cannot export Apple ID from Xcode 9

I'm trying to export my Apple ID from within Xcode 9. 我正在尝试从Xcode 9中导出我的Apple ID。

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. 我的操作系统是macOS High Sierra。

How to solve this? 怎么解决这个?

You can run this code in Terminal, and then restart Xcode. 您可以在终端中运行此代码,然后重新启动Xcode。

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

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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