Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you disable auto build in xcode

The latest Xcode builds while coding... It gets stuff wrong and slows my Mac down. How do I disable this and have it build on demand?

like image 655
user605957 Avatar asked Jun 22 '11 04:06

user605957


People also ask

How do I stop auto build in Xcode?

Thankfully, you can disable these automatic rebuilds by opening any file in Interface Builder, going to Editor menu and unchecking Automatically Refresh Views. After this change, you'll now have to manually trigger an IB-specific build when you want to see the preview of your @IBDesignable views.

How do I turn off auto build?

If you want to turn off auto Building your project, click the Project menu and uncheck the Build automatically menu. Also available in the Workspace settings: Windows –> Preferences –> General –> workspace --> uncheck "Build Automatically" box.

How do I change my build settings in Xcode?

Choose the project in the Project Navigator on the left. Select the Configurations target from the Targets section and click the Build Settings tab at the top. The Build Settings tab shows the build settings for the Configurations target. It's possible to expand this list with build settings that you define.


1 Answers

Go to Preferences -> General and disable Live Issues in Editors and in Issue Navigator

Update: It's called Show Live Issues in the latest Xcode versions

like image 100
albianto Avatar answered Sep 21 '22 21:09

albianto