Xcode Interface looks different to Apple Tutorial, looking for solution

I've been lately looking into Xcode and how it works and was just trying this tutorial:

https://developer.apple.com/tutorials/swiftui/creating-and-combining-views

Everything is going well until I get to Step 3: Enter “Landmarks” as the product name, select “SwiftUI” for the interface and “SwiftUI App” for the life cycle, and click Next. Choose a location to save the Landmarks project on your Mac.

I check Xcode and the interface looks different, I am running the latest version of Xcode.

Life Cycle is missing so I can't fill it in and I'm unsure what Organisation Identifier is, which clearly a necessary part of the form to fill out as I can't press Next if I don't fill this out.

Really looking to dip my toes into Swift and I'm glad to hear that it's easier to learn, even if that means spending a lot of time.

Any help with my query and any information you think would be useful to me would be much appreciated.

I tried putting an image, wouldn't work.

I check Xcode and the interface looks different, I am running the latest version of Xcode.

Yes indeed.

What you see in tutorial is with Xcode 12.5. With Xcode 13, it is different and you have no more to choose aLifecycle. If you select SwiftUI, lifecycle is automatically SwiftUI Lifecycle.

I'm unsure what Organisation Identifier

You should select a Team (which will exist if you have a developer account) and this will be automatically filled. So tell what you get in the Team popup menu.

Also tell what you get in Xcode > Preferences > Accounts

Xcode Interface looks different to Apple Tutorial, looking for solution
 
 
Q