Xcode new Mulitplatform project: only Game app choosable

When opening a new project in Xcode 12.0.1 I can only choose Game in Multiplatform; no App or Document App.
Reinstalled OS 10.15.7, reinstalled Xcode, but no solution.
Anyone please?

Replies

Xcode 12.0 does not include the macOS 11 SDK, which the multiplatform SwiftUI templates require. Install the Xcode 12.2 beta to get the SwiftUI templates. The following article has more detailed information

meandmark.com/blog/2020/10/where-did-the-multiplatform-swiftui-project-templates-go-in-xcode-12-0/

Thank! Confused because available at the "Introduction to SwiftUI" at WWDC 2020.
I know 12.2 beta has the templates, but that version has issues for me.