Ios 如果从应用商店或testflight下载,IPhone应用程序将崩溃

Ios 如果从应用商店或testflight下载,IPhone应用程序将崩溃,ios,xcode,testflight,Ios,Xcode,Testflight,我已经完成了应用程序的开发过程,在将其发布到应用商店之前,我已经做了几轮测试(在IOS版本6.0.1上进行了临时测试)。在进行临时测试时,我没有发现构建有任何问题。一切正常。在提交到AppStore后,我收到了苹果团队的报告,称应用程序在IOS版本为6.1.3的iPhone5上崩溃。所以我把我的iphone升级到了6.1.3。更新到最新版本后,我将构建上传到testflight,并从中下载了应用程序。它正在崩溃。我从手机上卸载了这个应用程序,直接连接到系统,直接通过xcode安装,没有任何代码更

我已经完成了应用程序的开发过程,在将其发布到应用商店之前,我已经做了几轮测试(在IOS版本6.0.1上进行了临时测试)。在进行临时测试时,我没有发现构建有任何问题。一切正常。在提交到AppStore后,我收到了苹果团队的报告,称应用程序在IOS版本为6.1.3的iPhone5上崩溃。所以我把我的iphone升级到了6.1.3。更新到最新版本后,我将构建上传到testflight,并从中下载了应用程序。它正在崩溃。我从手机上卸载了这个应用程序,直接连接到系统,直接通过xcode安装,没有任何代码更改。应用程序开始运行良好。我对撞车的原因感到困惑。我确信这不是代码的问题,因为如果我直接通过xcode安装,同样的代码可以正常工作。 通过testflight和直接从xcode安装应用程序有什么区别? 有什么问题吗? 我对崩溃日志进行了符号化处理,发现代码没有问题。 有没有人遇到过类似的问题?如果修好了,请帮我。你的帮助令人钦佩。谢谢 下面是我的事故记录

Version:         ??? (???)
Code Type:       `enter code here`ARM (Native)
Parent Process:  launchd `enter code here`[1]
Date/Time:       2013-05-07 10:19:43.206 -0700
OS Version:      iOS 6.1.4 (10B350)
Report Version:  104
Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x43462d40
Crashed Thread:  0
Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0   libobjc.A.dylib                 0x3bc905d0 objc_msgSend + 16
1   Foundation                      0x348031dc _NSDescriptionWithLocaleFunc + 48
2   CoreFoundation                  0x33f7b42e __CFStringAppendFormatCore + 11158
3   CoreFoundation                  0x33ef289e _CFStringCreateWithFormatAndArgumentsAux +        

4   Foundation                      0x34802cf8 +[NSString stringWithFormat:] + 56
5   Nuedoo                          0x0002f8a2 -[VCache updateWithXML:] (VCache.m:122)
6   Nuedoo                          0x0003f00a -[VParser parseXMLFile:] (VParser.m:80)
7   Nuedoo                          0x0002ecda -[VBrowser open:] (VBrowser.m:23)
8   Nuedoo                          0x0002d6e8 -[Vaayoo_FrameworkAppDelegate:]   (Vaayoo_FrameworkAppDelegate.m:57)
9   UIKit                           0x35e09a9c -[UIApplication  _handleDelegateCallbacksWithOptions:isSuspended:restoreState:] + 248
10  UIKit                           0x35e09620 -[UIApplication _callInitializationDelegatesForURL:payload:suspended:] + 1164
11  UIKit                           0x35e0182e -[UIApplication _runWithURL:payload:launchOrientation:statusBarStyle:statusBarHidden:] + 694
12  UIKit                           0x35da9d1a -[UIApplication handleEvent:withNewEvent:]   + 1006
13  UIKit                           0x35da97a8 -[UIApplication sendEvent:] + 68
14  UIKit                           0x35da91ea _UIApplicationHandleEvent + 6194
15  GraphicsServices                0x37ac15f4 _PurpleEventCallback + 588
16  GraphicsServices                0x37ac1222 PurpleEventCallback + 30
17  CoreFoundation                  0x33f6f3e4 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 32
18  CoreFoundation                  0x33f6f386 __CFRunLoopDoSource1 + 134
19  CoreFoundation                  0x33f6e20a __CFRunLoopRun + 1378
20  CoreFoundation                  0x33ee1238 CFRunLoopRunSpecific + 352
21  CoreFoundation                  0x33ee10c4 CFRunLoopRunInMode + 100
22  UIKit                           0x35e00468 -[UIApplication _run] + 664
23  UIKit                           0x35dfd2b4 UIApplicationMain + 1116
24  Nuedoo                          0x00056efa main (main.m:14)
25  Nuedoo                          0x0002ce84 start + 36
Thread 1:
0   libsystem_kernel.dylib          0x3c189d98 __workq_kernreturn + 8
1   libsystem_c.dylib               0x3c0d7ad6 _pthread_workq_return + 14
2   libsystem_c.dylib               0x3c0d77f2 _pthread_wqthread + 362
3   libsystem_c.dylib               0x3c0d7680 start_wqthread + 4

Thread 2 name:  Dispatch queue: com.apple.libdispatch-manager
Thread 2:
0   libsystem_kernel.dylib          0x3c1795d0 kevent64 + 24
1   libdispatch.dylib               0x3c0b4d22 _dispatch_mgr_invoke + 806
2   libdispatch.dylib               0x3c0b0374 _dispatch_mgr_thread + 32

Thread 3:
0   libsystem_kernel.dylib          0x3c189d98 __workq_kernreturn + 8
1   libsystem_c.dylib               0x3c0d7ad6 _pthread_workq_return + 14
2   libsystem_c.dylib               0x3c0d77f2 _pthread_wqthread + 362
3   libsystem_c.dylib               0x3c0d7680 start_wqthread + 4

Thread 4 name:  WebThread
Thread 4:
0   libsystem_kernel.dylib          0x3c178e30 mach_msg_trap + 20
1   libsystem_kernel.dylib          0x3c178fd0 mach_msg + 48
2   CoreFoundation                  0x33f6f2b6 __CFRunLoopServiceMachPort + 126
3   CoreFoundation                  0x33f6e02c __CFRunLoopRun + 900
4   CoreFoundation                  0x33ee1238 CFRunLoopRunSpecific + 352
5   CoreFoundation                  0x33ee10c4 CFRunLoopRunInMode + 100
6   WebCore                         0x39ee9390 RunWebThread(void*) + 440
7   libsystem_c.dylib               0x3c0e20de _pthread_start + 306
8   libsystem_c.dylib               0x3c0e1fa4 thread_start + 4

Thread 0 crashed with ARM Thread State (32-bit):
r0: 0x1f5c0ab0    r1: 0x39a512ae      r2: 0x34004b3a      r3: 0xffffffff
r4: 0x43462d38    r5: 0x00000000      r6: 0x34004b3a      r7: 0x2fdd3178
r8: 0x2fdd367c    r9: 0x0e6944ab     r10: 0x3c307c20     r11: 0x1f5c0ca0
ip: 0x3c3b8704    sp: 0x2fdd3164      lr: 0x348031e1      pc: 0x3bc905d0
  cpsr: 0x20000030
</string>
<key>displayName</key>
<string>Nuedoo</string>
<key>name</key>
<string>Nuedoo</string>
<key>os_version</key>
<string>iPhone OS 6.1.4 (10B350)</string>
<key>system_ID</key>
<string></string>
<key>version</key>
<string>??? (???)</string>
</dict>
</plist> 
版本:???(???)
代码类型:`enter Code here`ARM(本机)
父进程:启动“在此处输入代码”[1]
日期/时间:2013-05-07 10:19:43.206-0700
操作系统版本:iOS 6.1.4(10B350)
报告版本:104
异常类型:EXC\U坏访问(SIGSEGV)
异常代码:内核地址在0x43462d40处无效
崩溃线程:0
线程0名称:调度队列:com.apple.main-Thread
线程0崩溃:
0 libobjc.A.dylib 0x3bc905d0 objc_msgSend+16
1基金会0x34 8031 DC,用LoaleFunc + 48描述
2芯基础0x33f7b42e _CFStringAppendFormatCore+11158
3 CoreFoundation 0x33ef289e\u cfStringCreateWith Format and ArgumentSaux+
4基金会0x34 802CF8+[ NSSTRANK格式:] + 56
5 Nuedoo 0x0002f8a2-[VCache updateWithXML:](VCache.m:122)
6 Nuedoo 0x0003f00a-[VParser parseXMLFile:](VParser.m:80)
7 Nuedoo 0x0002ecda-[VBrowser打开:](VBrowser.m:23)
8 Nuedoo 0x0002d6e8-[Vaayoo_FrameworkAppDelegate:](Vaayoo_FrameworkAppDelegate.m:57)
9 UIKit 0x35e09a9c-[UIApplication\u HandleDelegateCallbacks带选项:isSuspended:restoreState:+248
10 UIKit 0x35e09620-[UIApplication\u CallInitializationDelegatesForRL:有效负载:挂起:][1164
11 UIKit 0x35e0182e-[UIApplication\u运行时URL:payload:launchOrientation:statusBarStyle:statusBarHidden:+694
12 UIKit 0x35da9d1a-[UIApplication handleEvent:withNewEvent:][1006
13 UIKit 0x35da97a8-[UIApplication sendEvent:+68
14 UIKit 0x35da91ea _UIApplicationHandleEvent+6194
15图形服务0x37ac15f4 _PurpleEventCallback+588
16图形服务0x37ac1222紫外回拨+30
17 CoreFoundation 0x33f6f3e4\uuuu CFRUNLOOP\u正在调用\uu OUT\uu以执行\uu函数\uuuuu+32
18 CoreFoundation 0x33f6f386\uuu CFRunLoopDoSource1+134
19 CoreFoundation 0x33f6e20a\uuu CFRunLoopRun+1378
20 CoreFoundation 0x33ee1238 CFRunLoopRunSpecific+352
21 CoreFoundation 0x33ee10c4 CFRunLoopRunInMode+100
22 UIKit 0x35e00468-[UIU应用程序运行]+664
23 UIKit 0x35dfd2b4 UIApplicationMain+1116
24 Nuedoo 0x00056efa干管(干管m:14)
25 Nuedoo 0x0002ce84启动+36
线程1:
0 libsystem_kernel.dylib 0x3c189d98_uuworkq_kernel返回+8
1 libsystem_c.dylib 0x3c0d7ad6_pthread_workq_return+14
2 libsystem_c.dylib 0x3c0d77f2_pthread_wqthread+362
3 libsystem_c.dylib 0x3c0d7680 start_wqthread+4
线程2名称:调度队列:com.apple.libdispatch-manager
线程2:
0 libsystem_kernel.dylib 0x3c1795d0 kevent64+24
1 libdispatch.dylib 0x3c0b4d22 _dispatch_mgr_invoke+806
2 libdispatch.dylib 0x3c0b0374 \u调度\u管理器\u线程+32
线程3:
0 libsystem_kernel.dylib 0x3c189d98_uuworkq_kernel返回+8
1 libsystem_c.dylib 0x3c0d7ad6_pthread_workq_return+14
2 libsystem_c.dylib 0x3c0d77f2_pthread_wqthread+362
3 libsystem_c.dylib 0x3c0d7680 start_wqthread+4
线程4名称:WebThread
线程4:
0 libsystem_kernel.dylib 0x3c178e30马赫数msg_陷阱+20
1 libsystem_kernel.dylib 0x3c178fd0马赫数msg+48
2 CoreFoundation 0x33f6f2b6\uuu CFRunLoopServiceMachPort+126
3芯基础0x33f6e02c _uCFRUnloopRUN+900
4 CoreFoundation 0x33ee1238 CFRunLoopRunSpecific+352
5 CoreFoundation 0x33ee10c4 CFRunLoopRunInMode+100
6网络核心0x39ee9390运行网络线程(无效*)+440
7 libsystem_c.dylib 0x3c0e20de_pthread_start+306
8 libsystem\u c.dylib 0x3c0e1fa4线程\u开始+4
线程0在ARM线程状态(32位)下崩溃:
r0:0x1f5c0ab0 r1:0x39a512ae r2:0x34004b3a r3:0xFFFFFF
r4:0x43462d38 r5:0x00000000 r6:0x34004b3a r7:0x2fdd3178
r8:0x2fdd367c r9:0x0e6944ab r10:0x3c307c20 r11:0x1f5c0ca0
ip:0x3c3b8704 sp:0x2fdd3164 lr:0x348031e1 pc:0x3bc905d0
cpsr:0x2000030
显示名称
努埃多
名称
努埃多
os_版本
iPhone OS 6.1.4(10B350)
系统ID
版本
??? (???)

直接通过XCode安装应用程序将使用您的“调试”配置(还取决于如何安装)