Post

Replies

Boosts

Views

Activity

Reply to SwiftData App Crashes only in TestFlight...
The only thing I can think of is that somehow you have a schema mismatch between the development and production versions of Cloudkit. Are you doing any Cloudkit syncing? Sorry I can't be of much more help.
Replies
Boosts
Views
Activity
Jun ’25
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