no SwiftUI interface in Xcode 10.1

Hello, due to an older Mac (with the newest version of MacOS possible: 10.13.6) the newest version of Xcode possible is 10.1 so that's what I have installed. When I create a project, I can't achieve to use SwiftUI Interface (only UIKit). SwiftUI is never presented as an option when I create a new project. Am I missing something or does Xcode 10.1 not support SwiftUI interface. Thanks.

Answered by szymczyk in 745052022

Xcode 10.1 does not support SwiftUI.

Xcode 11 is the earliest version that supports SwiftUI.

In the end I found out that SwiftUI is only supported from Xcode 11 on.

Accepted Answer

Xcode 10.1 does not support SwiftUI.

Xcode 11 is the earliest version that supports SwiftUI.

no SwiftUI interface in Xcode 10.1
 
 
Q