Reply to SwiftData/ModelContext.swift:3253: Fatal error: Failed to identify a store that can hold instances of SwiftData._KKMDBackingData<Presents_2024.Item> from [:]
I got the same error, too.
Replies
Boosts
Views
Activity
Nov ’24
Reply to SwiftData Bug with .modelContext in iOS 18
I have the same problem
Replies
Boosts
Views
Activity
Nov ’24
Reply to A basic DocumentGroup App presents two back "<" buttons on the navigation bar.
Don't use NavigationView, use NavigationStack
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
May ’24
Reply to A basic DocumentGroup App presents two back "<" buttons on the navigation bar.
Try this: NavigationStack { // ... } .navigationBarHidden(true)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’24