tags:

views:

232

answers:

2

For some reason Xcode's Refactor is always disabled. I used to be able to activate it via selecting a class name and right clicking in the editor to select it. But now no matter what I do, it remains disabled. Any idea what's going on?

+1  A: 

Your project's index might be out of date/corrupt. In the General tab of the Project Settings window, click Rebuild Code Index and wait until it's done.

You can check the progress of the rebuild in the Activity window (Window > Activity).

Rob Keniger
+1  A: 

I just complained about this on Twitter, and someone sent this link as a reply: http://lists.apple.com/archives/xcode-users/2008/Aug/msg00231.html

Steven Fisher