Xcode rebuilds my project and every subproject if any change was made in a dependent swift file.
It works ugly and is very annoying. CPU is always busy, dialog window constantly appears and prevents to run a current project because this window doesn't work as expected, I always have to close it manually and build&run again and again. Moreover Mac freezes when Xcode recompiles every project and waits for every key press for a few seconds.
How to disable this automatic background recompile?
I've disabled a "Show live issues" in General Settings, but it didn't help.
I have three plugins installed:
- SCXcodeMinimap
- Swift Refactorator
- XcodeColors
I've tryed to remove them, but it didn't help too.
Please, help me stop this ancestor of the Skynet!
P.S. Xcode Version 7.3.1 (7D1014)