Xcode drops "Projects and Targets List" pane

Xcode 14.1 / macOS Ventura

Once again Xcode has dropped the "Projects and Targets List" pane, and no longer shows a target for my project in the Project Navigator.

As a result, Xcode no longer displays the project settings tab bar; it's the one having tab elements named:

General - Signing & Certificates - Resource Tags - Build Settings - Build Phases - Build Rules

If I click on New -> Target... and try to manually add the target, Xcode complains that the target is already there. If I create one with a new name, it adds it but does not display it.

Is there a hidden reveal icon I need to click on? Restarting Xcode.app doesn't reset it back to sanity.

Short of having to create a new Xcode project, how can I get this to work again?

It's possible to hide that list. If your project window looks something like this:

click on the control I've outlined with a red box to unhide the list.

Xcode drops "Projects and Targets List" pane
 
 
Q