Apr 12, 2023
Mm that's weird. I have used the same approach with Core Data, but together with MVVM architecture. So, instead of passing the entity's reference in the router, I pass a ViewModel instance with the entity already created there.
Maybe you can try that.