1

I'm using both Xcode 8 and 8.1 beta (8T61a) and when I write anything, even a single space, Xcode builds automatically the entire project, It's very annoying and make my Mac really slow I disabled "Live build" option in General setting, but nothing changes

Does someone else have this strange issue ?

1 Answers1

1

You need to disable "Automatically Refresh Views" from the Editor section.It is happening because, as soon as you type anything, XCode refreshes the views as they might change due to any changes in code.

Follow this link Xcode 8 automatic build when any changeenter image description here

Shahbaz Akram
  • 1,598
  • 3
  • 28
  • 45