I’m using Xcode 10.2.1 (10E1001) and starting to experience an issue that I’ve had in the past: Xcode fails to run Source Control (via Git) operations, such as diffing files, flagging on the Project Navigator window with M,A,R,etc.
This happens somewhat randomly. If I exit Xcode completely and start over, it fixes the problem most of the time. I assume that it runs Git behind the scenes, this is the version I have and all macOS/Xcode updates applied:
$ git --version
git version 2.20.1 (Apple Git-117)
I don’t have anything beta installed in this machine or anything that could potentially conflict. Any ideas? Has anyone experienced this recently?