Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 7.3 constantly building in idle

enter image description hereI noticed that Xcode 7.3 always keep building, even in idle time. This loads CPU much, so sometimes it stops responding. Does anyone have an idea how to turn of this "feature"? This may be related with mutli-target workspace, cause usually it builds different targets, not currently selected.

like image 785
Oleg Kohtenko Avatar asked Mar 31 '16 13:03

Oleg Kohtenko


2 Answers

After some time struggling this, I finally solved this issue.

Xcode started idle build right after I open Interface Builder. Removing @IBDesignable across all project solved this, so I hope this issue can be solved in future Xcode updates to get using @IBDesignable again.

like image 147
Oleg Kohtenko Avatar answered Nov 15 '22 08:11

Oleg Kohtenko


in XCode: Editor > Automatically Refresh Views

Unselect it and re-run project. Thats it!

like image 45
Umit Kaya Avatar answered Nov 15 '22 10:11

Umit Kaya