Where can I find Xcode crash reports?

Viewed 1360

Looking for the crash reports for the Xcode process on macOS High Sierra.

Every thread is related to crashes on iOS which is not what 'm looking for, obviously.

1 Answers

Inside Applications/Utilities/Console, open User Reports from the sidebar and search Xcode to find all Xcode-related crashes.

Console - Xcode crashes

If the sidebar is not visible, open it with View/Show Sources (⌘0) or by clicking on the icon on the top-left:

Show Sources icon on the top left

Related