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?
Asked
Active
Viewed 3,394 times
2
-
Is there any storyboard or xib open in the Assistant Editor? – Aakash Jul 18 '17 at 08:01
-
yes i open in Assistant Editor – Shahbaz Akram Jul 18 '17 at 08:02
2 Answers
9
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 keeps building storyboard after each keystroke