After upgrading to Xcode 3.2.1, I had a strange problem that really killed my workflow. The problem only appears under my account (the same project opened by another user is working fine). So the gist of this question is this: "what loads Xcode from the user's directory, which might cause this problem?"
(System: Snow Leopard 10.6.1; Xcode 3.2.1 with iPhone SDK 3.1.2)
Symptoms
- Code completion only works on characters in the current class or is already mentioned in the class. Almost useless.
- Searching for documents / links (ie Double-clicking an option on an identifier or symbol returns this strange result): "No documentation was found for the symbol
symbol name . Click here to view the symbol declaration."
As I said, since other users experience normal behavior in Xcode, this should be due to the fact that it is loaded only for my user account. I already deleted ~/Library/Preferences/com.apple.Xcode.plist , ~/Application Support/Developer, ~ / Application Support / Xcode '.
The only thing I recently installed is a mogenerator (perhaps due to a non-existent integration with xmod it was not installed, but it does not install anything in the user directory)
Update: 10.26.09 This one is really starting to kill me. I did a fresh install of OS X, then installed Xcode 3.2 from the Leopard drive, and then installed the iPhone SDK from the ADC site, and this resumed 30 minutes after starting work. I am completely at a loss. The error is most obvious when you double-click an option on a symbol (say, in the NSString class) and instead of receiving a piece of documentation, the message "Unable to determine the symbol for the current selection" appears. appears.
Update: 10.26.09 # 2 I just tried to create a new project, and the project symbols look good. So the problem is apparently local to my project. Hope it's best to get started. To demonstrate what I'm talking about, here is a screen of the problem manifested in relation to the documentation:

source share