How to completely remove Realm database from iOS?

前端 未结 7 1345
情书的邮戳
情书的邮戳 2020-12-15 08:32

Now I get error Property types for \'value\' property do not match. Old type \'float\', new type \'double\' How to clear database or migrate is successfully?

相关标签:
7条回答
  • 2020-12-15 09:31

    Whilst the other comments are right, you should really look at : https://realm.io/docs/swift/latest/#migrations

    It gives a super clear explanation of how to do migration, and it's really simple, and far better deleting everything if it can be helped.

    0 讨论(0)
提交回复
热议问题