how to generate crash report using code like crash report provided by Apple

前端 未结 3 455
清酒与你
清酒与你 2020-12-10 10:06

i want to generate crash report for Symbolicate iOS Crash to View Crash Logs,so i want to get the crash report using code,at present i only get :

* -[__NS

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-10 10:23

    In Xcode target,

    set 'Debug information Formate' to DWARF.

    Generate Debug Symbols : Yes

    Strip Debug Symbols During Copy: YES

    See image for more info. In final upload make sure you revert same. This is for testing. enter image description here

提交回复
热议问题