标签: ios swift realm
我通过cocoapods安装了Realm的快速项目。我不小心通过终端中的rm path/to/realm/database删除了域数据库。每当我运行应用程序时,我都会收到以下错误:
rm path/to/realm/database
'RLMException', reason: 'open() failed: No such file or directory'
我的问题是,如何重建领域数据库?