2

I'm using both Xcode 8.2.1 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, C language to compiler default in build phase but nothing changes. Any one know about it?

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

2 Answers2

9

You need to disable "Automatically Refresh Views" from the Editor section.

enter image description here

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 keeps building storyboard after each keystroke

An Kit
  • 308
  • 1
  • 2
  • 9
Aakash
  • 2,239
  • 15
  • 23
1

Did you try to disable Show Live Issues in Preference -> General already?

enter image description here

Leang Socheat
  • 1,156
  • 2
  • 12
  • 23