How to completely remove Realm database from iOS?

前端 未结 7 1419
情书的邮戳
情书的邮戳 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:28

    In addition to using NSFileManager to remove the file, also remove the .lock file and .management folder as well. Otherwise, if you try to recreate the realm file with the same name, it will give an error saying it can't find it

提交回复
热议问题