如何在Xcode中分析应用程序的IPS文件? [英] How to analyze an app's IPS file in Xcode?

查看:57
本文介绍了如何在Xcode中分析应用程序的IPS文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正试图找出为什么某些用户的应用程序崩溃的原因.我个人无法复制它.

I'm trying to find out why my app is crashing for certain users. I personally cannot replicate it.

用户通过电子邮件将其IPS文件发送给我.这是我将其加载到Organizer中后的输出,然后单击鼠标右键,然后选择Re-symbolicate: http://pastebin.com/8q6RE7sU

The user emailed me their IPS file. This is the output after I've loaded it in Organizer, and right clicked, selected Re-symbolicate: http://pastebin.com/8q6RE7sU

我认为这是我的代码中出现问题的地方:

I assume this is where the problem occurred in my code:

3   FlightMachine                       0x000000010003b970 0x100028000 + 80240
4   FlightMachine                       0x000000010008b79c 0x100028000 + 407452

但是如何找出 0x100028000 + 80240 的内容,以找出实际的问题是什么?

But how do I find out what is at 0x100028000 + 80240, to find out what the actual problem is?

谢谢.

推荐答案

如果您的应用版本的 dysm 文件崩溃了,则可以使用 atos 对其进行符号化苹果工具,其步骤与Apple文档中提到的步骤

If you have dysm file of your app version which got crash, you can symbolicate it using atos tool with the steps mentioned in Apple documentation

这篇关于如何在Xcode中分析应用程序的IPS文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆