2

Xcode 9 builds on any code change or any keystroke. I'm using Version 9.1 (9B55)

Paul
  • 652
  • 5
  • 16

1 Answers1

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