gpt4 book ai didi

swift - 如何更新版本来修复此错误? : 'Realm version is higher than the current version provided to ` setSchemaVersion:withMigrationBlock :`'

转载 作者:行者123 更新时间:2023-11-30 10:20:10 25 4
gpt4 key购买 nike

我收到以下错误:

Terminating app due to uncaught exception 'RLMException', reason: 'Realm version is higher than the current version provided to `setSchemaVersion:withMigrationBlock:`'

如何更新提供给 setSchemaVersion:withMigrationBlock 的版本?

最佳答案

您需要调用:

[RLMRealm setSchemaVersion:newVersion withMigrationBlock:^{
// add migration code here
}];

在访问任何 Realm 之前。

如果您仅在本地更改了架构(即您尚未发布应用程序),则可以简单地从模拟器/设备中删除 Realm 文件或整个应用程序来重置所有内容。

遇到此错误时的错误消息已在此处更改:

https://github.com/realm/realm-cocoa/pull/1167

关于swift - 如何更新版本来修复此错误? : 'Realm version is higher than the current version provided to ` setSchemaVersion:withMigrationBlock :`' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27230577/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com