If you have application distributed through Apple appstore or Testflight you should be able to get automatic crash reports by opening XCode/Window/Organizer menu, then select app and go to Crashes tab.
If crashes are not symbolicated you can symbolicate them manually by:
1. In organizer, call for context menu by pressing on crash log call stack section
2. Select "show in finder ..." menu item
3. Navigate up to ~/Library/Developer/Xcode/Products/[app bundle id]/[app version]/Crashes/Appstore/
4. Copy debug symbols there:
5. Go back to Organizer and select "Resymbolicate" context menu item on call stack area.
Now you should be able to see symbolicated log.
Works for me on XCode 10 and Testflight.
If crashes are not symbolicated you can symbolicate them manually by:
1. In organizer, call for context menu by pressing on crash log call stack section
2. Select "show in finder ..." menu item
3. Navigate up to ~/Library/Developer/Xcode/Products/
4. Copy debug symbols there:
5. Go back to Organizer and select "Resymbolicate" context menu item on call stack area.
Now you should be able to see symbolicated log.
Works for me on XCode 10 and Testflight.
This instruction is no longer valid. Just download dSYM file and let Spotlight indexing service find it.
ВідповістиВидалитиAfter a while crashlogs will be symbolicated.
More at https://help.apple.com/xcode/mac/9.0/index.html?localePath=en.lproj#/dev5d9904b70
ВідповістиВидалити