Xcode – Error in Realm invalid property name when I want to filter data, property not found
I get the error *** Terminating app due to uncaught exception 'Invalid property name', reason: 'Property 'read' not found in object of type 'Book'' when I want to filter my data. My structure: class Book: Object, Codable { @objc dynamic…