After upgrading to Xcode 9, I noticed that he was constantly building my project completely. I found that this had something to do with setting up "show live issues". Disabling this option stops the build, but this makes the process inconvenient.
I would like to disable this continuous build loop or make it work without running all build scripts.
My custom build scripts contain listing and formatting, so what happens is that I'm trying to edit a file, but Xcode starts building, thereby starting a formatting procedure that changes the same file I'm trying to edit.
source
share