You seem to be using two third-party crash reports (KarteCrashReporting
and FIRCLSMachExceptionServer
). That’s more than twice as bad as using one, and using one is bad enough [1].
As to what’s causing your crash, it’s hard to say. It seems likely that it’s caused by an unhandled language exception but your third-party crash reports don’t contain all the info required to confirm that.
I recommend that you disable your third-party crash reports and then post back once you have an Apple crash report.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
[1] For an explanation as to why I’m down on third-party crash reports, see Implementing Your Own Crash Reporter.