Tuesday, December 5, 2017

Solved!!! Disable Automatic building on latest Xcode


Solution: Disable Automatic building on latest Xcode

Sometimes developer will face the issue like why Xcode doing automatic build for each and every key stroke. Here is the solution for that issue.

You have to do two changes in Xcode to fix this issue.

Change I :

Goto Xcode -> Preferences -> General Tab. Uncheck the Show live issues check box.


Change II :

Select Storyboard file and goto Editor option from menu options then uncheck the Automatically Refresh Views option.


No comments:

Post a Comment