After updating some libraries have a strange problem. Xcode seems to have now a problem with two framework files (GooglePlaces.framework and GoogleMapsBase.framework).
It recognizes that they have changed but is totally reluctant to commit with the message: "Couldn’t communicate with a helper application." (If I unselect them I can commit without problems) Have someone experiences this?
The solution is to add changes with a git command. Change to your working directory (that contains a /.git folder) and execute:
git commit -a -m "Commit title here"
After that your git should work as usual. In one case i had to remove and re-add the framework.
Answer is from this thread: Xcode 9 commit: Couldn't communicate with helper application
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With