FolioReaderKit: Primary key property 'name' does not exist on object 'RealmSwiftClassPermission'
Я пытаюсь использовать FolioReaderKit в моем проекте, но у меня есть эта ошибка:
Primary key property 'name' does not exist on object 'RealmSwiftClassPermission'
Я пытался обновить pod следующим образом:
pod 'RealmSwift', '~> 3.20.0'
или
pod 'Realm', git: 'https://github.com/realm/realm-cocoa.git', branch: 'tg/xcode-11-b1', submodules: true
pod 'RealmSwift', git: 'https://github.com/realm/realm-cocoa.git', branch: 'tg/xcode-11-b1', submodules: true
Но во всех случаях я не могу успешно обновить.
Как исправить ошибку?