Converting Core Data Models to SwiftData Models

Decoupling SwiftData in SwiftUI: Is It Worth It?
https://azamsharp.teachable.com/courses/azamsharp-pro-for-all-content/lectures/65398941
[Member Only Video]
I think I know the answer to this, unfortunately, butβ¦
I got this crash via TestFlight feedback. Despite being able to identify the line that crashed, there's no way to recover the actual error right?
SwiftData migration crashes are such a bummer. This is probably an expected problem caused by an intermediate schema, but it might be signifiant. #SwiftData #Swift
SwiftData will infer relationships automatically - but only when it's safe to do so (specifically when the relationship is optional). Pro tip: specify the @π ππππ‘ππππ βππ inverse on only one side to avoid circular reference errors.
π: https://www.hackingwithswift.com/quick-start/swiftdata/inferred-vs-explicit-relationships by Paul Hudson (@twostraws)
"I survived my first SwiftData migration, and all I got was this lousyβ"
Lost connection with debugger. #SwiftData
Transformables in SwiftData Are Simpler Than You Think
https://azamsharp.teachable.com/courses/azamsharp-pro-for-all-content/lectures/65304892