Closed chickendiver closed 3 years ago
Hi @chickendiver, looking at the stack trace it seems that:
Eureka actually enforces the value of each row in the MultipleSelectorViewController is Hashable. But maybe in your case something weird is happening there? Could you make sure that in all possible cases, all options passed to the MultipleSelectorViewController are Hashable?
Aha! Perfect, thank you. It turns out that the error was resulting from inserting a duplicate of one of my hashable objects.
Environment Info Eureka version: 5.3.4 XCode version: 13.0 iOS version: 14.7.1
Description I have this crash popping up in our crash reporting tool, but cannot reproduce in QA. It appears as though the crash is being triggered when the user selects a row.
We are using the MultipleSelectorViewController in two places within the application. I can provide more information about the code as needed.