How to Manually Symbolicate iOS Crash to View Crash Logs

前端 未结 6 2231
粉色の甜心
粉色の甜心 2020-11-28 18:13

Trying to debug app. The trouble is I cannot find this program.

symbolicatecrash.sh

sudo cp /Developer/Platforms/iPhoneOS.platform/Developer/Library/         


        
6条回答
  •  执念已碎
    2020-11-28 18:50

    Here is a simple method I use:

    1. Open Xcode 6
    2. Plug in your dev device
    3. Within Xcode, go to Window > Devices > Select your device
    4. Press 'View Device Logs'
    5. Drag your report into the window to view it

提交回复
热议问题