Xcode 9 builds on any code change or any keystroke. I'm using Version 9.1 (9B55)
Asked
Active
Viewed 447 times
1 Answers
3
This sometimes happens if you are using storyboards with @IBDesignables. To fix the issue, select a storyboard and uncheck Editor > Automatically Refresh Views.
This happens because IBDesignable's re-compile your code so that they can properly render their views in the storyboard.

nathangitter
- 9,607
- 3
- 33
- 42