我刚刚设置了我的应用程序的新版本,但是在更新到新版本的设备上,应用程序在我 applicationDidFinishLaunching:WithOptions: 之后立即崩溃。我更新/添加了一些属性到我的 CoreData 数据库。
这是包含崩溃的线程。有什么帮助吗?
Date/Time: 2013-03-07 18:14:47.532 +0100
OS Version: iOS 6.0 (10A405)
Report Version: 104
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Crashed Thread: 9
0 libsystem_kernel.dylib 0x3b501350 __pthread_kill + 8
1 libsystem_c.dylib 0x3807cfb2 pthread_kill + 54
2 libsystem_c.dylib 0x380b93ea __abort + 90
3 libsystem_c.dylib 0x380b9388 abort + 124
4 distribution 0x001fed18 -[MOManager persistentStoreCoordinator] + 420
5 distribution 0x0020000e -[NSThread(DataCore) threadContext] + 274
6 distribution 0x001fd470 +[KwManagedObject defaultContext] + 44
7 distribution 0x001fd6f6 +[KwManagedObject countWithPredicate:] + 26
8 distribution 0x001fd6d6 +[KwManagedObject count] + 18
9 distribution 0x001b3c46 +[DbThread dbCount] (DbThread.m:31)
10 distribution 0x001b3d1a -[DbThread main] (DbThread.m:43)
11 Foundation 0x38e69a3c __NSThread__main__ + 968
12 libsystem_c.dylib 0x3805f0de _pthread_start + 306
13 libsystem_c.dylib 0x3805efa4 thread_start + 4