I am running a "old" Xcode 3 project in Xcode 4 and code sense is not working for my own classes. I have tried following:
- Clean/rebuild
- Remove Derived Data
- Installing 4.3 documentation
- Restart
Without any luck.
Sometimes the code sense works but mostly I just get "No Completions".
FYI, if one file doesn't have code sense but the rest of your project does, check that its added to a target. Once I did that I got code sense back in that file.