For some reason, if I get an exception when running an app in the iOS 11 simulator I don't get a call stack and no row is highlighted, which makes it hard to find the reason for the crash...I just get this:Thread 1: signal SIGABRTlibc++abi.dylib: terminating with uncaught exception of type NSExceptionHowever, if I get an exception while using the iOS 10 simulator, everything works as intended - the faulty line/row in my code is highlighted and I get a call stack and an error message which actually makes sense...
8
0
9.7k