There is no option to choose storyboard in Xcode 13.2.1

1.8k Views Asked by At

I'm new to Swift and I want to I want to start a project based on the tutorial I'm following, but I cannot find the storyboard option and language option to select either Swift or Objective-C.

Screen from the tutorial: This is the screen in the tutorial

My screen: This is my Xcode screen

2

There are 2 best solutions below

1
On

When you open Xcode, ensure you have the iOS option selected right under "Choose a template for your new project". From there, you should be able to select Storyboard in lieu of SwiftUI. You likely have Multiplatform selected, which would be why you're not seeing that option.

1
On

Update XCODE 14.3

For me I had to select the app under the IOS tab option rather than selected Multiplatform tab option like this. enter image description here

enter image description here

enter image description here