App crashes in build after starting, sigabrt withot last exception

My app crashed right after the start when I distribute it with TestFlight. In the simulator the app does not crash (debug and release).

I got the crash reports, but can't get the reason out of it (see appendix).

Is there any clue in the report?

Thanks in advance

A SIGABRT from the language runtime without a Last Exception Backtrace section typically means that someone threw an unhandled C++ language exception. Apple’s crash reporter is not able to include this section for C++ exceptions. See this thread for the backstory.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

App crashes in build after starting, sigabrt withot last exception
 
 
Q