天天看点

友盟错误分析

友盟错误分析的文章网上有很多,我在这边记录一下,顺便写一下我自己遇到的一个问题

友盟错误分析

很简单,在编译App的时候会生成两个文件.app和.DSYM, 需要把这两个文件放在同一目录下

然后可以输入例如:atos -arch i386 -o xxx.app/xxx 0x000235f3

可以根据你生成.App情况来选择使用armv6或者armv7

以下是三者区别:

Armv6 binaries are needed if you're targeting iPhone3G.

Armv7 binaries are desirable if you're targeting iPhone3GS/4 or iPad.

i386 binares are needed if you intent to run your code at the Simulator.

---------------自己理解---------------------------

如果还是没有生成错误可以看一下 CPU Type 可以输入

atos -arch armv7s -o PapaGram.app/PapaGram 0x5da93

就可以有结果了

友盟错误分析

参考文章:http://evil4emperor.diandian.com/post/2012-05-28/21001400