Hello community,
I'm an iOS developer. Got a question related to com.apple.dt.Xcode.sourcecontrol.Git
My machine:
MacBook Pro M1 pro 2021,
RAM: 16Gb,
SSD: 512Gb
I've started to notice that my system randomly freezes for couple of seconds. I'v looked into ActivityMonitor and see that com.apple.dt.Xcode.sourcecontrol.Git may use 100-200% of CPU (sometimes it may be couple of com.apple.dt.Xcode.sourcecontrol.Git with 50-60% CPU) and that is the reason why system freezes
Quick googling give me an idea that this might be related to git account that I've lately link to my XCode. I've removed git account - no changes.
Than some stackoverflow answers suggested to disable source control syncing. This may be an acceptable solution if you work on an old machine that you want to boost up but not for new pretty powered machine.
Couple of other information:
There is no much changes in my projects repo itself. This issue may appear even when you change two lines of code when you have other fewer changes
Recently I've reinstalled the whole XCode and issue still persists
Question:
What may be the reason that com.apple.dt.Xcode.sourcecontrol.Git goes crazy?
May it be the project itself?
May it be something in the XCode settings?