gpt4 book ai didi

ios - "cannot have an origin property name"在 Realm iOS 中意味着什么

转载 作者:行者123 更新时间:2023-11-28 19:32:38 26 4
gpt4 key购买 nike

我正在将我的 iOS 应用程序迁移到 Realm。我定义了太多的关系,例如,

@property (nullable) RLMArray<Book> *books;

但我遇到了这些错误。

 Terminating app due to uncaught exception 'RLMException', reason: 'Schema validation failed due to the following errors:
- Property 'User.books' of type 'array' cannot have an origin property name.

Book 也是一个带有 userId 字段的模型。这个错误是什么意思?我找不到任何引用资料。

最佳答案

我相信这个错误表明你已经在你的类上实现了 +linkingObjectsProperties 并且正在为 books 属性返回一个 RLMPropertyDescriptor,尽管它不是 RLMLinkingObjects 属性。

关于ios - "cannot have an origin property name"在 Realm iOS 中意味着什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42231966/

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