Debugging .xccrashpoint

别说谁变了你拦得住时间么 提交于 2019-12-03 07:03:31

I have stumbled on this recently too. What helped me was:

  • right click on the crash -> show in finder
  • copy the .xccrashpoint file somewhere
  • rename the file extension from .xccrashpoint to .crash
  • now Finder sees it as a folder and you can browse to the .crash file you need

Then you need to symbolicate the crash. There are several ways to do this, but the easiest I know is to:

  • open Window -> Devices panel in xCode
  • Click on the device (I had to plug in iPad) -> open device logs
  • drag and drop the .crash file there
  • sort by date, find your crash, the crash is now symbolicated

Actually this file is a package and by right click on, and select

Show Package Contents

you can see contents of it.

  • DistributionInfos->all->Logs

You see the all reports file, then open them by "Console" application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!