How do I show the output in terminal?

Hi all, I am "new" to Xcode and I'm struggling with the output. I remember back in time there was a way to show the output on terminal rather than in the small box at the bottom right, but I can't find it anymore. Does anybody know how?

Version 12.5.1 Mac OS Big Sur

Programming in C

According to the last comment on this, you can go to Product, Scheme, Edit Scheme, Run (Debug), Options, Console, Use Terminal.

Tested in Xcode 13.0 RC

Product > Scheme > Edit Scheme...
Run (Debug) > Options > Console // scroll to the bottom, to see it.

  • Use Terminal

Note:

  • This option only seems to appear for macOS apps, not iOS apps!
How do I show the output in terminal?
 
 
Q