I've been doing this, and it's worked multiple times for me (after trying all of the above previously).
Edit: Now I just hit space, backspace (the mac version) and rebuild... works nice. Then, remember to scroll (sometimes the colors don't show up until you scroll somewhere)
- Find your prefix file: "ProjectName_prefix.pch".
- Comment out some line. (basically change it)
- Build your project, doesn't matter if it fails or not.
- Uncomment it.
- Build again.
I'm betting only step 2 (modify the prefix) is what does it, but these essentially get you back to running. Suddenly everything magically recolors itself and completes functions.
Good luck if that doesn't fix it, perhaps try doing this to your dependency pch files (three20 or FB api's)
Fixed a bug that prevented indexing of some projects
from the release notes sounds like it could have to do with your problem. – Clingy