Storyboard and SwiftUI Dropdown not available in Xcode 13.3

When I create a new project in Xcode 13.3, the Storyboard and SwiftUI Dropdown are not available. Please see the screenshots below.

What I see:

What I'm expecting to see:

Because of this is I am unable to select Storyboard as my interface. I was able to do this in a previous version of Xcode, so perhaps there is another way to select Storyboard in Xcode 13?

I still see it. Did you accidentally choose a multiplatform app? That's the default now, and that uses SwiftUI since that's their multiplatform solution. If you want to do something like iOS w/ Catalyst, you need to pick an iOS app (or macOS or whatever) and then you'll see the drop downs you're expecting.

Storyboard and SwiftUI Dropdown not available in Xcode 13.3
 
 
Q