-
-
Notifications
You must be signed in to change notification settings - Fork 112
iOS: manual symbolication
Marc Durdin edited this page Nov 6, 2021
·
1 revision
In some situations, we do not have symbols automatically available for iOS crashes. We can normally resolve this manually by downloading the relevant symbols from sentry.
- locate the .crash file by right-clicking, selecting Show in Finder.
- Then if necessary, drill into the .xccrashpoint using Show Package Contents to find the .crash file.
- Open the .crash file and follow the instructions at https://developer.apple.com/documentation/xcode/adding-identifiable-symbol-names-to-a-crash-report#Symbolicate-the-Crash-Report-with-the-Command-Line to get the UUID of the relevant modules.
- In sentry.io, visit https://sentry.io/settings/keyman/projects/keyman-ios/debug-symbols/?query=UUID (replace UUID with the UUID you found), and download that.
- Continue with the instructions from above to manually symbolicate with
atos
.