在XCode中分析App IPS文件 [英] Analysing App IPS file in XCode

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

问题描述

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

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

用户向我发送了他们的IPS文件。这是我在管理器中加载后的输出,右键单击,选择重新符号:
http: //pastebin.com/8q6RE7sU

The user emailed me their IPS file. This is the output after I've loaded it in Organiser, 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 工具以

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中分析App IPS文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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