Post

Replies

Boosts

Views

Activity

Reply to XCode Beta 7 - Cannot convert value of type 'ModelConfiguration' to expected argument type 'any PersistentModel.Type'
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))
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’23
Reply to Where does macOS Monterey Safari store previous session?
I'm having this same problem. Did you manage to find where this data is kept?
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’21