ios: use a default error text instead of crashing#661
Conversation
Because `e.what()` returns `nil` sometimes, what is causing a crash when initializing the dictionary.
|
Do you see any chance to reproduce the issue? According to https://stackoverflow.com/a/1038504 |
|
No, unfortunately we don't have a sample or any more info 🤷♂️ But we're seeing this crash happening to our users in our crash logging system. |
|
I checked all |
|
It is so nice if unrelated compilation issues (see recent wasm build failures) that randomly show up can also randomly disappear again... ;) |
|
Well, in my experience, such random issues unfortunately always come back 😉 (And I was wondering about the wasm build failures already, too). |
Because
e.what()returnsnilsometimes, what is causing a crash when initializing the dictionary.