-1

xcode screenshot

xcode screenshot

How can I create a project with storyboard? I don't see the interface dropdown. Thanks!

sbgib
  • 5,580
  • 3
  • 19
  • 26
Mof
  • 1

1 Answers1

0

Looks like you try to create Multiplatform app:

enter image description here

In this case SwiftUI is used by default but you can add storyboards to your app manually later.

If you don't want to create a multiplatform app just select needed platform: iOS, macOS etc. and you can switch Interface to Storyboard:

enter image description here

iUrii
  • 11,742
  • 1
  • 33
  • 48