iphone - 从我的 ip4 设备的崩溃日志中找到崩溃代码

标签 iphone ios xcode crash

如何从 ip4 设备的崩溃日志中找到崩溃代码?由于崩溃的线程 0 提供了一个串行框架和 main.m,因此我无法找到启动此崩溃的准确代码并对其进行调试。有什么建议吗?提前致谢!

Incident Identifier: B6BD84B7-CE0A-485D-A877-0FD0F5B75933
CrashReporter Key:   b0b97a37f2a1e4911ce2ef34e1793e028463bb67
Hardware Model:      iPhone3,1
Process:         myApp [11615]
Path:            /var/mobile/Applications/28AE71F2-36CA-4A87-83D9-07DF2DFE74F1/myApp.app/myApp
Identifier:      myApp
Version:         ??? (???)
Code Type:       ARM (Native)
Parent Process:  launchd [1]

Date/Time:       2012-06-09 21:12:22.792 +0800
OS Version:      iPhone OS 5.1 (9B176)
Report Version:  104

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000b
Crashed Thread:  0

Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0   libobjc.A.dylib                 0x36721f78 0x3671e000 + 16248
1   MapKit                          0x34e7ace6 0x34e68000 + 77030
2   CoreFoundation                  0x3525f1f4 0x35247000 + 98804
3   Foundation                      0x311b6740 0x31112000 + 673600
4   CoreFoundation                  0x352d4acc 0x35247000 + 580300
5   CoreFoundation                  0x352d4298 0x35247000 + 578200
6   CoreFoundation                  0x352d303e 0x35247000 + 573502
7   CoreFoundation                  0x3525649e 0x35247000 + 62622
8   CoreFoundation                  0x35256366 0x35247000 + 62310
9   GraphicsServices                0x36552432 0x3654e000 + 17458
10  UIKit                           0x3234ce76 0x3231b000 + 204406
11  myApp                           0x0001bac0 main (main.m:16)
12  myApp                           0x0001ba80 start + 32

最佳答案

这是崩溃的代码的最新版本还是以前安装的版本?

如果您归档您的构建,您应该能够通过 XCode 管理器重新符号化它们。我认为最重要的是,您的开发计算机上有一个 .dSYM 文件,可用于您在各种设备上安装的任何版本。

这里有一些 Apple information on how to analyze crash reports .

Here is also a very related question here on StackOverflow that may help you out .

关于iphone - 从我的 ip4 设备的崩溃日志中找到崩溃代码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10967989/

相关文章:

iphone - UITableViewCell 显示索引路径行乱序

ios - JQuery Mobile 和 Cordova 应用程序示例

iphone - 在 iOS 设备上启动应用程序时出现 XCode 4.4 错误

ios - OpenCV 色调曲线编程

ios - iOS 上的 Flurry 和完整堆栈跟踪

ios - 当我在 swift iOS 中垂直滚动时,Tableview 单元格数据正在发生变化

ios - 使用 Swift 创建 iOS 应用程序,需要知道如何使用 mysql 数据库跟踪用户数据?

ios - 更改删除按钮的 View

ios - 如何从 objective-c 中的动态字符串中提取子字符串?

iphone - 如何从ios中删除老化的APP?