无法从 Xcode 9 导出 Apple ID
Cannot export Apple ID from Xcode 9
我正在尝试从 Xcode 9.
中导出我的 Apple ID
出现的错误消息说:
Couldn’t communicate with a helper application.
Try your operation again. If that fails, quit and relaunch the application and try again.
我确实重新启动了一切并重新创建了我的证书 - 但运气不佳。
我的 OS 是 macOS High Sierra。
如何解决?
我遇到了同样的问题,但在更新到 Xcode 9.3.1 时解决了。
您可以在终端中运行此代码,然后重新启动Xcode。
xcrun git config --global user.email your@email.com
xcrun git config --global user.name your name
我正在尝试从 Xcode 9.
中导出我的 Apple ID出现的错误消息说:
Couldn’t communicate with a helper application.
Try your operation again. If that fails, quit and relaunch the application and try again.
我确实重新启动了一切并重新创建了我的证书 - 但运气不佳。
我的 OS 是 macOS High Sierra。
如何解决?
我遇到了同样的问题,但在更新到 Xcode 9.3.1 时解决了。
您可以在终端中运行此代码,然后重新启动Xcode。
xcrun git config --global user.email your@email.com
xcrun git config --global user.name your name