I forgot to add the code for App, any help on this would be much appreciated.
SwiftDataEnumDemoApp
import SwiftUI
import SwiftData
@main
struct SwiftDataEnumDemoApp: App {
var body: some Scene {
WindowGroup {
ContentView()
.modelContainer(for: Car.self)
}
}
}
Topic:
App & System Services
SubTopic:
iCloud & Data
Tags: