SwiftData and ‘NSKeyedUnarchiveFromData’ should not be used to for un-archiving and will be removed in a future release [closed]
Closed 4 days ago.
SwiftData and ‘NSKeyedUnarchiveFromData’ should not be used to for un-archiving and will be removed in a future release [closed]
Closed 4 days ago.
SwiftData and ‘NSKeyedUnarchiveFromData’ should not be used to for un-archiving and will be removed in a future release [closed]
Closed 4 days ago.
SwiftData and ‘NSKeyedUnarchiveFromData’ should not be used to for un-archiving and will be removed in a future release [closed]
Closed 4 days ago.
Passing list of notes with SwiftData to subviews
I am building a SwiftUI application using SwiftData. I have a list of Note objects that I need to display in different subviews grouped by year, month, and day. However, I’m running into issues passing the list of notes to these subviews and ensuring they update correctly when the data changes.