1
vote
XCode: How to turn off the compiler error messages in the source code window?
Preferences -> Building -> Message Bubbles -> Show during builds: Never
…
3
votes
Accessing classes in .a library file?
If you mean Code Sense/autocompletion, IIRC they're based off of included headers. If you don't have the headers, you won't get the hints.
…
