Switch from MagicalRecord to Swift CoreData

Years ago, I published an app that uses MagicalRecord (https://www.raywenderlich.com/2514-magicalrecord-tutorial-for-ios).

Fast Forward to 2020, I am now refactoring old code to more efficient and clean Swift. It is much easier to find boiler plate code in Swift than in ObjC.

Anyone have any idea, How can I migrate from MagicalRecord to Swift(https://www.raywenderlich.com/7104-beginning-core-data)?

The critical part is not to lose data that has already been saved by users during migration.

Your help is much appreciated.

@inertjade Do you still have issues with this?

I decided not to migrate from MagicalRecord to Swift.

This topic was automatically closed after 166 days. New replies are no longer allowed.