6

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

HangarRash
  • 7,314
  • 5
  • 5
  • 32
Onalo Joseph
  • 167
  • 1
  • 13

2 Answers2

12

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.

EJZ
  • 1,142
  • 1
  • 7
  • 26
-1

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

Quick learner
  • 10,632
  • 4
  • 45
  • 55