I have a weird problem with Xcode 11.5 where sometimes it would just randomly start a build on its own. The Stop button is greyed out so I can't stop the build any other way than quitting Xcode.
I've searched for answers, but they are all related to rebuilding project after modofying something in Interface Builder, which is not the case for me - I'm not doing anything with Interface Builder, or any class that has anything to do with a Storyboard or Xib file, a build will just randomly start withour the possibility to stop it.
I don't think it's related to "Live issue tracking" setting, because instead of just recompiling the file you're working on, in my case Xcode will trigger a clean build of an entire project, which cannot be stopped.
Is there a setting in Xcode that will trigger this automatic build?