Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I disable indexing in Xcode 4?

Tags:

indexing

xcode

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!

like image 432
Eric Thayer Avatar asked Nov 04 '22 15:11

Eric Thayer


1 Answers

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

like image 71
SSteve Avatar answered Nov 14 '22 02:11

SSteve