如何象征iPhone \ iPad崩溃日志?
问题描述:
我想知道如何在XCode中象征崩溃,我有.crash文件,但我不知道该怎么做.
I would like to know how to symbolicate crashes in XCode, i have .crash files and i don't know how to do it.
我想修复一个会影响我的应用程序的臭虫,在此先感谢您!
I want to fix a damn bug that affects my app, thanks in advance!
答
该应用需要构建,不剥离调试符号:
The App needs to be built without stripping debug symbols:
然后,当设备崩溃时,进入设备日志"部分下的管理器窗口,您应该会看到一个漂亮的带符号的崩溃日志:
then, when it crashes on a device, go into the organizer window, under the "Device Logs" section, and you should see a nice symbolicated crash log:
要将崩溃日志(例如从电子邮件中)导入Xcode,只需将其拖入组织器窗口,如下所示:
To import the crash logs into Xcode (from, say, an email), just drag it into the organizer window like so: