iOS App在试飞中崩溃-在模拟器上正常运行

时间:2019-02-10 14:58:03

标签: swift xcode crash

在模拟器中测试了我的应用-正常工作... 当在连接到Mac的物理设备上构建时 提交给应用商店...分发给一些试飞用户 该应用程序不断崩溃的一位用户。 我无法在Xcode中重现该错误

我不知道从哪里开始... 看到附带的崩溃日志...

任何帮助将不胜感激!

谢谢!

Exception Type:  EXC_BREAKPOINT (SIGTRAP)

Exception Codes: 0x0000000000000001, 0x0000000231cc2bb0

Termination Signal: Trace/BPT trap: 5

Termination Reason: Namespace SIGNAL, Code 0x5

Terminating Process: exc handler [4420]

Triggered by Thread:  0


Thread 0 name:
Thread 0 Crashed:
0   CoreFoundation                  0x0000000231cc2bb0 _CFRelease + 1120 (CFRuntime.c:1982)
1   CoreData                        0x00000002348a1e4c -[NSManagedObjectContext(_NSInternalChangeProcessing) _propagateDeletesUsingTable:] + 624 (NSManagedObjectContext.m:7711)
2   CoreData                        0x00000002348a1e4c -[NSManagedObjectContext(_NSInternalChangeProcessing) _propagateDeletesUsingTable:] + 624 (NSManagedObjectContext.m:7711)
3   CoreData                        0x000000023486eb90 -[NSManagedObjectContext(_NSInternalChangeProcessing) _processDeletedObjects:] + 828 (NSManagedObjectContext.m:7668)
4   CoreData                        0x000000023486e7d0 -[NSManagedObjectContext(_NSInternalChangeProcessing) _propagatePendingDeletesAtEndOfEvent:] + 124 (NSManagedObjectContext.m:7514)
5   CoreData                        0x000000023485c668 -[NSManagedObjectContext(_NSInternalChangeProcessing) _processRecentChanges:] + 884 (NSManagedObjectContext.m:7173)
6   CoreData                        0x000000023499057c _performRunLoopAction + 404 (NSManagedObjectContext.m:0)
7   CoreFoundation                  0x0000000231cc07cc __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 32 (CFRunLoop.c:1822)
8   CoreFoundation                  0x0000000231cbb460 __CFRunLoopDoObservers + 412 (CFRunLoop.c:1932)
9   CoreFoundation                  0x0000000231cbba00 __CFRunLoopRun + 1264 (CFRunLoop.c:2950)
10  CoreFoundation                  0x0000000231cbb1f0 CFRunLoopRunSpecific + 436 (CFRunLoop.c:3247)
11  GraphicsServices                0x0000000233f34584 GSEventRunModal + 100 (GSEvent.c:2245)
12  UIKitCore                       0x000000025eefed40 UIApplicationMain + 212 (UIApplication.m:4347)
13  ATN Arbeitszeiterfassung        0x00000001028872b4 0x102880000 + 29364
14  libdyld.dylib                   0x000000023177abb4 start + 4

0 个答案:

没有答案