Symbolicate Crash Log

Hi to all.


I want to submmit an app to appstore. In the review, the app is rejected and i need to symbolicate the crash logs, but i don't get to do it. I read the tutorial and follow the steps, but i dont get the human report.


Can anybody to help me to symbolicate my crash log?


Thank you

Did you manage to figure this out? If not, i just went through it and might be able to help. The link the App Review sends you to help seems a few years out-of-date.

https://developer.apple.com/library/ios/technotes/tn2151/_index.html#//apple_ref/doc/uid/DTS40008184-CH1-ANALYZING_CRASH_REPORTS-SYMBOLICATION


I'm looking for this now.

The technote here on symbolication (above) does not follow through with Xcode 6.4.


- David

-David, so long as you have the correct .ipa and .dSYM files that match the crash log:

  • drop them all into one folder for simplicity,
  • attach your device to your macbook,
  • remove your app from your device,
  • install the app via the .ipa device directly through itunes (this may take a bit of searching but is fairly easy)
  • once that is done, and you are assured your app matches the one that caused the crash log:
    • in Xcode, fire up the WIndow | Devices view
    • select your device,
    • click on View Device Logs
    • drag your crash log into the log window (left-hand pane, under the headers: Process / Dev / etc..
  • that should be it, Xcode should automatically symbolicate the crash log for you.


I hope this helps, as i know just how totally frustrating this experience can be.


drew..

Hello IcuScc,


Your issue is resolve or not?

I know this is an old post, but, my crash logs are not being symbolicated in Device Logs.


Here is the un-symbolicated report I'm seeing from a crash I induced in my watchApp:

" ...

Thread 0 name: Dispatch queue: com.apple.main-thread

Thread 0 Crashed:

0 libswiftCore.dylib 0x0084eff4 0x654000 + 2076660

1 libswiftCore.dylib 0x006abcdc 0x654000 + 359644

2 raceQs WatchKit Extension 0x001e9bbc 0x1c4000 + 154556

3 raceQs WatchKit Extension 0x001e525c 0x1c4000 + 135772

4 raceQs WatchKit Extension 0x001ddc94 0x1c4000 + 105620

5 raceQs WatchKit Extension 0x001ddf0c 0x1c4000 + 106252

6 CoreLocation 0x21551da0 0x21537000 + 109984

...

"

The addresses in lines 2,3,4,5 relate to my code, but are not symbolicated. Locating the source code line is a nightmare!



Version/Build:

Xcode Version 9.3 (9E145)

iOS 11.3.1

WatchOS 4.3

Configuration:

iMac 27" , iPhone6, Apple Watch 2


I have raised a Bug Report, but thought I would post here to see if anyone else is has a solution.

Symbolicate Crash Log
 
 
Q