Custom Migration - Encrypted Core Data - iOS

253 Views Asked by At

Does EncryptedCoreData support changing the Entity Attribute Type and thus can it successfully do custom migrations in iOS?

I have installed pod EncryptedCoreData for a swift iOS project and I am able to encrypt the sqldatabase file. I can also do light weight migrations such as adding an attribute to the existing Entity and Adding an Entity etc. But I am not able to change the attribute type of an Entity.

0

There are 0 best solutions below