Onalo Joseph
Onalo Joseph

Reputation: 265

There is no option to choose storyboard in Xcode 13.2.1

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

Upvotes: 5

Views: 2407

Answers (2)

Quick learner
Quick learner

Reputation: 11457

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

Upvotes: -1

EJZ
EJZ

Reputation: 1256

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.

Upvotes: 14

Related Questions