I have a problem with Xcode 9 (up to beta 6), in which it seems that the error stack is not being displayed in the Debug Output pane. For example, for a SIGABRT
error the only description is:
libc++abi.dylib: terminating with uncaught exception of type NSException
In Xcode 8 the error stack is displayed just fine, e.g.:
*** Terminating app due to uncaught exception '...''
*** First throw call stack:
...
...
...
Also for build failers, the output is minimal and only via the Report Navigator more details of the error can be obtained.
I encounter this issue in all beta's of Xcode 9, which makes debugging rather annoying.
Any idea's?