“Couldn't communicate with a helper application” authenticating

南笙酒味 提交于 2020-12-06 12:35:11

问题


I've been trying to authenticate with my Apple Id in Xcode, but it's consistently showing the "Couldn't communicate with a helper application" dialog. I restarted Xcode, computer, etc. It also doesn't seem temporary as it's happening a couple of days already.

Can reproduce it with all my Xcode installations: 12 beta, 12 and 11.3.1. MacOS 11 beta. Any ideas?


回答1:


Here's what I had to do:

Delete the Developer directories:

rm -rf ~/Library/Developer/
rm -rf /Library/Developer/

And re-install Xcode.

This did not help:

  • Only reinstalling Xcode
  • Upgrading/downgrading Xcode
  • Upgrading from the OS beta to release version.


来源:https://stackoverflow.com/questions/64348054/couldnt-communicate-with-a-helper-application-authenticating

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!