How to locate app crash logs in iPhone & iPad?

前端 未结 4 1684
误落风尘
误落风尘 2021-01-02 19:23

If any iOS app crashes some crash logs are generated on behalf of that app. How to find the location of such crash logs. Please help.

I want crash logs inside the iP

4条回答
  •  太阳男子
    2021-01-02 19:58

    From Apple Docs:

    Even though you won't be able to run the app in Xcode's debugger, Xcode can still give you all the information you need to debug the problem.

    1) Plug in the device and open Xcode

    2) Open the Organizer window and select the Devices tab

    3) Under the DEVICES section in the left column, expand the listing for the device

    4) Select Device Logs to see crash logs or select Console to see Console output

    OR enter image description here

提交回复
热议问题