Posts

Post marked as solved
3 Replies
It seems for whatever reason inverse relationship needs to be explicitly defined. Change from this: @Relationship(deleteRule: .cascade) var tasks: [MyTask]? = [] to @Relationship(deleteRule: .cascade, inverse: \MyTask.todo) var tasks: [MyTask]? = [] has solved the crash issue. Works both in iOS 17.3 and 17.4.
Post not yet marked as solved
20 Replies
I dont have an answer and don't know how to generate 5.5" screenshots. However, Apple clarified that those are needed :( https://developer.apple.com/forums/thread/719822