I am using FEMMapping for mapping .I am getting this error :: [<__NSCFString 0x600003802460> valueForUndefinedKey:]: this class is not key value coding-compliant for the key XYZ
class func defaultmapping()->FEMMapping{
mapping.addAttribute(Mapping.intAttributeFor(property: "XYZ", keyPath: "XYZ"))
}
let objVisit = deserialiser.object(fromRepresentation: dicVisit, mapping: mapping)
print(objVisit)
getting error at line let objVisit = ...