Xcode 9 commit:无法与助手应用程序通信 [英] Xcode 9 commit: Couldn't communicate with helper application

查看:447
本文介绍了Xcode 9 commit:无法与助手应用程序通信的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我最近更新了OSX Sierra(来自El Capitan)和Xcode 9.我删除了所有兼容性问题(比如自动布局问题),并且想立即提交到我的本地gitrep。



出现以下错误:



我认为这可能是在这里提到的XCode 7中出现的同一个错误:



但事实并非如此。我尝试了上面提到的解决方案。用户名和电子邮件设置正确。我确实保存了所有内容,试图重新启动机器和其他一些小东西。没有任何工作 - 我不能提交。



任何帮助表示感谢。



编辑



我通过手动提交并添加了更改,然后使用

  git commit -a -m修复

我会密切关注如果它如果是这样的话,我会再次发生变化并报告。


解决方案

解决方案是使用git命令添加更改一次。使用终端并切换到您的工作目录(包含/.git文件夹)并执行:

  git commit -a -m 在这里提交标题

之后,通过Xcode提交应该再次工作。

I've recently updated to OSX Sierra (from El Capitan) and to Xcode 9. I removed all compatibility issues (like autolayout issues) and would like to commit to my local gitrep now.

the following error appears:

I thought it might be the same bug appeared in XCode 7 mentioned here: Xcode and Git Source Control : "The working copy XXXXX failed to commit files"

But it wasn't. I tried the solution mentioned above. Username and EMail are properly set. I did save everything, tried restarting the machine and a few other minor things. Nothing worked - i can't commit.

Any help appreciated.

EDIT

I got it to work by commiting manually and adding changes before with

git commit -a -m "Fixes"

I will keep an eye on that if it happens again once i made more changes and report here if so.

解决方案

The solution is to add changes once with a git command. Use terminal and change to your working directory (that contains a /.git folder) and execute:

git commit -a -m "Commit title here"

After that commit via Xcode should work again.

这篇关于Xcode 9 commit:无法与助手应用程序通信的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆