I had to explicitly put in function parameter for ModelContainer.
So change:
.modelContainer(try! ModelContainer(for: Closet.self,
config))
to:
.modelContainer(try! ModelContainer(for: Closet.self,
configurations: config))
Post
Replies
Boosts
Views
Activity
I'm having this same problem. Did you manage to find where this data is kept?