Last Updated: September 09, 2019
·
552
· dasdom

Use different tabs in Xcode for different tasks

Use different tabs for different tasks. I have defined the tabs Main, Test, Log and Debug.

My tabs in Xcode

In addition I use Xcode-Behaviors to change to these tab automatically. I change to the Test tab when testing.
I change to the Log tab when the build starts. The Log tab is configured to show the build log.
I change to the Debug tab when running starts.

Running started

In projects where I use xibs I have in addition a tab IB and I filter the files in the project navigator for the ending .xib.