Xcode 4: How do you view the console?

Joe picture Joe · Jul 31, 2010 · Viewed 163k times · Source

I can't seem to find a way to have the console run (to show NSLog comments) in XCode 4. The normal method for the previous version of XCode does not work. Does anyone have an idea of how to accomplish this?

Answer

Piotr Kalinowski picture Piotr Kalinowski · Jul 31, 2010

You need to click Log Navigator icon (far right in left sidebar). Then choose your Debug/Run session in left sidebar, and you will have console in editor area.

enter image description here