Hiding Xcode Console @ Run Time

Hi,

Every time Im developing an App and run it the console appears and stay there even when stopping the App then I need to again close it cause it minimize the canvas, is there any setting to prevent it from automatically showing in every run ?

Kind Regards

Answered by Scott in 821450022

Is this what you are looking for?

menu → Xcode → Settings → Behaviors → Running → Generates output → uncheck Show debugger

There’s a similar setting under Running → Starts too, though it seems to be unchecked already by default.

Of course, that's only when you run on simulator.

I don't know how to prevent from appearing.

What you can do:

  • set console to its minimal height (not zero)
  • turn off the Show the console control at the bottom right.

No log will appear.

Accepted Answer

Is this what you are looking for?

menu → Xcode → Settings → Behaviors → Running → Generates output → uncheck Show debugger

There’s a similar setting under Running → Starts too, though it seems to be unchecked already by default.

Hiding Xcode Console @ Run Time
 
 
Q