Thank you for the reply. Last night I requested a phone call via App Store Connect and the reviewers confirmed that I am scheduled to receive a phone call to discuss how we can resolve the issue. I don’t want you to start a second process with App Review on my account since I’m sure we can figure it out with the planned phone call.
Post
Replies
Boosts
Views
Activity
Your code is non-standard because you embed a ModelObject (ItemDetail) inside another ModelObject (Item) without defining a relationship. Don’t do that. You need to either make ItemDetail a plain struct, or make it a @Model with a relationship defined between the two. I’ve never seen any Swift Data code that does what you do here. If you don’t wan to link the deletion, you can use deleteRule: .nullify instead.
Thanks for this. I was having the same problem.
I can confirm it's also working for me in beta 5.