Xcode 4 detects errors as you type the code. Unfortunately all it does is display a tiny red circle on the side. To actually see the message you have to aim into this circle and click every freaking time (this is very annoying on a laptop.) I'm new to Cocoa and Objective-C and this is really slowing me down.
Is there a way to display the error message automatically as an error is detected?