Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 4: How do you view the console?

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?

like image 529
Joe Avatar asked Jul 31 '10 07:07

Joe


1 Answers

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

like image 84
Piotr Kalinowski Avatar answered Sep 24 '22 23:09

Piotr Kalinowski