You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<User 0x7fa183f22360> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key hash.'
I'm using Xcode 7, iOS 9. It's really sad because I really like this lib and the way it's architectured. My question is why : hash / superclass / debugDescription / description are processed which leads to this crash, Any idea of how I can fix this. Many thanks.
The text was updated successfully, but these errors were encountered:
greinaldor
changed the title
Crash with : class is not key value compliant with key: -hash or -debugDescription or -description
Crash with : class is not key value coding-compliant for the key(s): -hash or -debugDescription or -description
Sep 29, 2015
I use an instance of ObjectMapper and then configure it by adding an InCodeMappingProvider as the mappingProvider. For example :
I have a user object like this :
When then I try to create a dictionary from a user object and then convert back this dictionary to an object my app crash :
First log shows :
At the third line, my program crash with :
I'm using Xcode 7, iOS 9. It's really sad because I really like this lib and the way it's architectured. My question is why : hash / superclass / debugDescription / description are processed which leads to this crash, Any idea of how I can fix this. Many thanks.
The text was updated successfully, but these errors were encountered: