3

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.

Ganesh Nayak
  • 802
  • 11
  • 38
  • Are you having any specific problems? – Abizern Aug 11 '18 at 13:01
  • Yes, 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 . – Ganesh Nayak Aug 11 '18 at 13:04
  • What error messages are you getting? – Abizern Aug 11 '18 at 13:06
  • Something like "The source and target attribute type is not same". But without ECD the same project successfully do the migration of Attribute type – Ganesh Nayak Aug 11 '18 at 13:08
  • Maybe raise it as an issue over at the GitHub repo for that project. – Abizern Aug 11 '18 at 13:21

0 Answers0