I am new to ios/xcode and I was trying to follow through the new SwiftUI tutorial. The first one has you create a ios single view app . However when I go to xcode under the ios
Answering, as per the OP...
The tutorial in question was done using Xcode 11
In Xcode 12, there is no longer a Single View App option — it has been replaced with simply “App”
I don't think the "App" template that @donmag mentions is exactly the same (I don't believe it gives the same folder structure). I have a template on github for the Single View App that should match the folder structure you need, if you're still looking for that: https://github.com/jcross0204/ios-single-view-app-template/tree/master