iOS-System-Symbols icon indicating copy to clipboard operation
iOS-System-Symbols copied to clipboard

Symbolize apple framework

Open MikePendo opened this issue 1 year ago • 0 comments

Hi I am a little bit confused, hope some body could clear it for me. I would anticipate to find a .Dsym files for each framework to symboolize the crash report. I have a crash report for app that I have no access (I dont have the app or the .Dsym files). I would like to see the UIKit symbols. For instance I have the following:

Code Type:       ARM-64 (Native)
OS Version:      iOS 16.1.1 (20B101)
...
UIKitCore                      0x00000001cffb35fc 0x1cfeb9000 + 1025532
UIKitCore                      0x00000001cfffb3e0 0x1cfeb9000 + 1319904
..
  0x1cfeb9000 -        0x1d1696fff UIKitCore arm64-unknown <179501b60fc2344ab969b4e3961ebe10> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore

another thing that I am confused about is that uuid that I see in crash report is 179501b60fc2344ab969b4e3961ebe10 BUT running dwarf --uuid on the UIKitCore binary inside the downloaded folder I get UUID: AA0A89BD-E48F-31DB-AD5C-5C724CE77D12 (arm64) UIKitCore

MikePendo avatar Nov 29 '22 00:11 MikePendo