Search code examples
iphonexcodeipadios4

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?


Solution

  • 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