Post

Replies

Boosts

Views

Activity

Reply to App record creation error at validation
I had the same issue. Creating the app inside App Store Connect manually and then distributing it through Xcode again worked for me.
Replies
Boosts
Views
Activity
Apr ’22
Reply to ModelContext.model(for:) returns deleted objects
Thanks for your answer. I've tried this before, but it does not work either: let result = context.model(for: id) as? Activity #expect(result?.isDeleted == true) // Expectation failed: (result?.isDeleted → false) == true
Replies
Boosts
Views
Activity
May ’25