Post

Replies

Boosts

Views

Activity

Reply to SwiftData and 'NSKeyedUnarchiveFromData' should not be used to for un-archiving and will be removed in a future release
I was able to fix the problem by removing enum from my model. I had this enum: var goalType: GoalType = GoalType.regular enum GoalType: Codable { case regular case auxiliary case special } I made migration and deleted this entity from my model and the error stopped appearing.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Dec ’24
Reply to SwiftData Migration: Keeps failing at the end of willMigrate
I am having the same problem. I am able to do only the lightweight migration without the error.
Replies
Boosts
Views
Activity
Dec ’24
Reply to Migrating schemas in SwiftData + CloudKit
I have the same problem, apparently there is a bug and the custom migration doesn't work if you are using CloudKit. I have the same situation and i am going to try lightweight migration and hope it will get fixed soon.
Replies
Boosts
Views
Activity
Dec ’24
Reply to Extremely frustrated - enrollment in the Apple Developer Program could not be completed
I wasn't missing anything. After my post on the forum suddenly I was able to enroll without any changes.
Replies
Boosts
Views
Activity
Dec ’24
Reply to Extremely frustrated - enrollment in the Apple Developer Program could not be completed
Thank you! I fulfill all the requirements. And I believe that Apple Support should be able to tell me if there is anything missing. But after your response everything started to working and I was able to enroll. Thank You very much for help.
Replies
Boosts
Views
Activity
Aug ’24