Disable Xcode 9 app automatically building in background

Viewed 1242

Since updating to Xcode 9 I am seeing it build the app automatically in the background when I open xib file.

How can I disable this?

1 Answers

Disabling "Automatically Refresh Views" did the trick (un-check box).

While having a XIB file open go to Editor menu and uncheck that option.

You may need to close Xcode to have current build stop then re-open.

enter image description here

Related