Reputation: 265
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.
Upvotes: 5
Views: 2407
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.
Upvotes: -1
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