Xcode 9 - Could not contact helper application

After updating some libraries, a strange problem occurs. Xcode seems to be having a problem with two framework files (GooglePlaces.framework and GoogleMapsBase.framework).

enter image description here

He admits that they have changed, but completely disagrees with the message: "Failed to contact the supporting application." (If I deselected them, I can commit without problems). Does anyone have this?

+4
source share
1 answer

The solution is to add changes using the git command. Change to the working directory (which contains the /.git folder) and do:

git commit -a -m "Commit title here"

After that, your git should work as usual. In one case, I had to remove and add the framework again.

: Xcode 9 commit:

0

Source: https://habr.com/ru/post/1687782/


All Articles