IOS 错误日志分析

一直以来对ios 的错误日志都是朦朦胧胧的也没有太多的时间去增强代码的健壮性, 今天搞了下,记录下也为后人做贡献

第一步:打开 Xcode,选择”Window——>Organizer”

第二步:选择对应版本的 Archive 包,”右键——>Show in Finder”

第三步:选择对应版本的”.xcarchive”文件,”右键——>显示包内容”

dSYMs 文件夹下或许就有.dSYM
比如我的
NotificationService.appex.dSYM
这个是ios10 推送的,发现没有主应用的
找答案发现需要设置编译参数

Debug Information Format

Release 设置成DWARF with dSYM File
如何

然后是解析部分,

先转一个比较好的博客
http://lieyunye.github.io/blog/2013/09/10/how-to-analyse-ios-crash-log/

Author

陈昭

Posted on

2016-12-09

Updated on

2021-12-27

Licensed under

You need to set install_url to use ShareThis. Please set it in _config.yml.
You forgot to set the business or currency_code for Paypal. Please set it in _config.yml.

Kommentare

You forgot to set the shortname for Disqus. Please set it in _config.yml.