You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Download the archive with the dSYM bundle and extract it
Locate the crash dump in Finder and using the context menu choose Open with / Xcode
Earlier versions of Xcode simply symbolicate the crash dump and open it in a text window that's why for a better experience I recommend using Xcode 11. It will ask you to choose the project in which to open the dump file and will present the threads in the debugger view just like in a live debugging session. If you open it in your local copy of the ios-runtime repository with the corresponding tag checked out, you will be able to navigate to the exact lines of source code.