How to symbolicate crash log Xcode?

后端 未结 12 1062
别那么骄傲
别那么骄傲 2020-11-22 12:28

Xcode 5 organizer had a view which would list all the crash logs. and we could drag drop crash logs here. But since Xcode 6, I know they have moved devices out of organize a

12条回答
  •  盖世英雄少女心
    2020-11-22 13:04

    Ok I realised that you can do this:

    1. In Xcode > Window > Devices, select a connected iPhone/iPad/etc top left.
    2. View Device Logs
    3. All Logs

    You probably have a lot of logs there, and to make it easier to find your imported log later, you could just go ahead and delete all logs at this point... unless they mean money to you. Or unless you know the exact point of time the crash happened - it should be written in the file anyway... I'm lazy so I just delete all old logs (this actually took a while).

    1. Just drag and drop your file into that list. It worked for me.

提交回复
热议问题