Create empty project with type App in MacOS Sequoia in Xcode 16 beta 3
import SwiftUI
struct ContentView: View {
var body: some View {
Text("abcdef")
}
}
#Preview {
ContentView()
}
Preview provides crash :)
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: