Open greinaldor opened 9 years ago
I'm updating my code to swift 2.0 and Xcode 7 this weekend, will fix it and release a new version before Monday if the fix is simple
Wow nice, this would be really good ;) Keep going the good work.
I'm having a problem reproducing this issue. can you create a failing unit test using the models I have in the project?
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.