Symbolicate adhoc iphone app crashes

前端 未结 3 1890
慢半拍i
慢半拍i 2021-01-31 06:05

I can\'t manage to make my code symbolicated ... I read the part \"below\" :

Given a crash report, the matching binary, and its .dSYM file, symbolicat

3条回答
  •  眼角桃花
    2021-01-31 06:43

    In order to symbolicate your crash report, try this approach:

    (a) Locate the symbolicator (/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/DTDeviceKit.framework/Versions/A/Resources/symbolicatecrash)

    (b) Open Terminal and drag this file (so that the path gets copied correctly)

    (c) Run a command like /Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/DTDeviceKit.framework/Versions/A/Resources/symbolicatorcrash .crash .app (mention the whole path of the crash report and the app file)

    (d) Symbolicated crash report will show up

提交回复
热议问题