Frederick C. Lee
Frederick C. Lee

Reputation: 9493

Xcode 4.3.2; How can I re-link symbols so 'Jump To Definition' works?

I recently trashed my Xcode 4.3.2 and download its replacement from the App Store. Now I can't access symbols for definitions via 'Jump To Definition' contextual menu.

I get 'Symbol Not Found'; ALL THE TIME!

Is there a way to re-index everything so Xcode 4.3.2 is aware?

Upvotes: 1

Views: 1403

Answers (1)

jankoen
jankoen

Reputation: 538

I got some improvements when I forced Spotlight to reindex, though the problem is still there, but now sometimes the 'Jump to definition' works, which is an improvement on never jumping.

how to reindex spotlight:

-From the Apple menu, choose System Preferences.

-Click Spotlight.

-Click the Privacy tab.

-Drag a folder or even an entire volume (your hard drive) to the list.

-Remove the item or volume you just added.

( http://support.apple.com/kb/HT2409?viewlocale=en_US&locale=en_US )

Upvotes: 1

Related Questions