Eric Thayer
Eric Thayer

Reputation: 71

How can I disable indexing in Xcode 4?

After researching how to disable indexing, I came across this snippet:

defaults write com.apple.dt.XCode IDEIndexDisable 1

I have no clue how to implement this. Can someone show a front-end guy how I might go about this?

Thanks!

Upvotes: 5

Views: 2039

Answers (1)

SSteve
SSteve

Reputation: 10738

Run Terminal (in Applications/Utilities) and either type that in the command line or copy/paste.

Upvotes: 2

Related Questions