How to symbolicate crash report from Apple received in .txt format not .crash format

前端 未结 5 1074
离开以前
离开以前 2020-12-04 17:12

My app got rejected from Apple and I have got crash reports in .txt format instead of .crash format.

How can I symbolicate or read the crash report ?

5条回答
  •  不知归路
    2020-12-04 17:31

    1. Change the file extension .txt to .crash
    2. Make sure your device is plugged in.
    3. Go to xcode -> window -> devices and simulators -> view device logs.
    4. Drag the file that of the crash log and drag it to the left side of that windows.
    5. Now you can see the log and what happen there.

提交回复
热议问题