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?
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?
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.