xcodebuildxcode7.3

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.


Solution

  • in XCode: Editor > Automatically Refresh Views

    Unselect it and re-run project. Thats it!