Cannot set app to iPhone only - ios

I have the following settings on my app. It should be iPhone only.
Like you can see I also get the iPad simulaters and my App is rejected becaused it crashed on iPad.
Does anybody know what is going wrong? Do I miss a setting ?
Thanks in advance !!
EDIT
Here is what the crash report says what apple send to me.
{"bundleID":"com.appmax.AFF","app_name":"AFF","bug_type":"109","name":"AFF","os_version":"iPhone OS 7.1.2 (11D257)","version":"1.2 (1.2)"}
Incident Identifier: 8C8A7A5E-85DC-4936-AB99-4A8AC19BCBCE
CrashReporter Key: c770a653986db73b9d1205c822ac50e382e38abc
Hardware Model: xxx
Process: AFF [5920]
Path: /var/mobile/Applications/E515D4D0-DC66-4726-A01E-BF2BB82969C4/AFF.app/AFF
Identifier: com.appmax.AFF
Version: 1.2 (1.2)
Code Type: ARM-64 (Native)
Parent Process: launchd [1]
Date/Time: 2014-07-21 13:02:48.953 -0700
OS Version: iOS 7.1.2 (11D257)
Report Version: 104
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Triggered by Thread: 0
Last Exception Backtrace:
(0x18bdeb100 0x1987c81fc 0x18bdefdb4 0x18bdedae0 0x18bd0d78c 0x1000e9484 0x1001b4b80 0x198da0014 0x198d9ffd4 0x198da31dc 0x18bdaaddc 0x18bda911c 0x18bce9dd0 0x191989c0c 0x18ee1afc4 0x1000ddb84 0x198dbbaa0)
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0 libsystem_kernel.dylib 0x0000000198eb658c __pthread_kill + 8
1 libsystem_c.dylib 0x0000000198e4a804 abort + 108
2 libc++abi.dylib 0x0000000198070990 abort_message + 84
3 libc++abi.dylib 0x000000019808dc28 default_terminate_handler() + 296
4 libobjc.A.dylib 0x00000001987c84d0 _objc_terminate() + 124
5 libc++abi.dylib 0x000000019808b164 std::__terminate(void (*)()) + 12
6 libc++abi.dylib 0x000000019808aa7c __cxa_throw + 132
7 libobjc.A.dylib 0x00000001987c8314 objc_exception_throw + 340
8 CoreFoundation 0x000000018bdefdb0 -[NSObject(NSObject) doesNotRecognizeSelector:] + 216
9 CoreFoundation 0x000000018bdedadc ___forwarding___ + 908
10 CoreFoundation 0x000000018bd0d788 _CF_forwarding_prep_0 + 88
11 AFF 0x00000001000e9480 0x1000d8000 + 70784
12 AFF 0x00000001001b4b7c 0x1000d8000 + 904060
13 libdispatch.dylib 0x0000000198da0010 _dispatch_call_block_and_release + 20
14 libdispatch.dylib 0x0000000198d9ffd0 _dispatch_client_callout + 12
15 libdispatch.dylib 0x0000000198da31d8 _dispatch_main_queue_callback_4CF + 332
16 CoreFoundation 0x000000018bdaadd8 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 8
17 CoreFoundation 0x000000018bda9118 __CFRunLoopRun + 1448
18 CoreFoundation 0x000000018bce9dcc CFRunLoopRunSpecific + 448
19 GraphicsServices 0x0000000191989c08 GSEventRunModal + 164
20 UIKit 0x000000018ee1afc0 UIApplicationMain + 1152
21 AFF 0x00000001000ddb80 0x1000d8000 + 23424
22 libdyld.dylib 0x0000000198dbba9c start + 0
Thread 1 name: Dispatch queue: com.apple.libdispatch-manager
Thread 1:
0 libsystem_kernel.dylib 0x0000000198e9daa8 kevent64 + 8
1 libdispatch.dylib 0x0000000198da1998 _dispatch_mgr_thread + 48
Thread 2:
0 libsystem_kernel.dylib 0x0000000198eb6e74 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x0000000198f35548 start_wqthread + 0
Thread 3:
0 libsystem_kernel.dylib 0x0000000198eb6e74 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x0000000198f35548 start_wqthread + 0
Thread 4:
0 libsystem_kernel.dylib 0x0000000198eb6e74 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x0000000198f35548 start_wqthread + 0
Thread 5 name: AFNetworking
Thread 5:
0 libsystem_kernel.dylib 0x0000000198e9dca0 mach_msg_trap + 8
1 CoreFoundation 0x000000018bdaad20 __CFRunLoopServiceMachPort + 180
2 CoreFoundation 0x000000018bda8eb0 __CFRunLoopRun + 832
3 CoreFoundation 0x000000018bce9dcc CFRunLoopRunSpecific + 448
4 Foundation 0x000000018c8852c0 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 292
5 Foundation 0x000000018c8e2d74 -[NSRunLoop(NSRunLoop) run] + 92
6 AFF 0x000000010016717c 0x1000d8000 + 586108
7 Foundation 0x000000018c96c408 __NSThread__main__ + 996
8 libsystem_pthread.dylib 0x0000000198f37e18 _pthread_body + 164
9 libsystem_pthread.dylib 0x0000000198f37d70 _pthread_start + 136
10 libsystem_pthread.dylib 0x0000000198f35550 thread_start + 0
Thread 6 name: com.apple.NSURLConnectionLoader
Thread 6:
0 libsystem_kernel.dylib 0x0000000198e9dca0 mach_msg_trap + 8
1 CoreFoundation 0x000000018bdaad20 __CFRunLoopServiceMachPort + 180
2 CoreFoundation 0x000000018bda8eb0 __CFRunLoopRun + 832
3 CoreFoundation 0x000000018bce9dcc CFRunLoopRunSpecific + 448
4 Foundation 0x000000018c8de424 +[NSURLConnection(Loader) _resourceLoadLoop:] + 344
5 Foundation 0x000000018c96c408 __NSThread__main__ + 996
6 libsystem_pthread.dylib 0x0000000198f37e18 _pthread_body + 164
7 libsystem_pthread.dylib 0x0000000198f37d70 _pthread_start + 136
8 libsystem_pthread.dylib 0x0000000198f35550 thread_start + 0
Thread 7:
0 libsystem_kernel.dylib 0x0000000198eb6e74 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x0000000198f35548 start_wqthread + 0
Thread 8:
0 libsystem_kernel.dylib 0x0000000198eb6e74 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x0000000198f35548 start_wqthread + 0
Thread 9:
0 libsystem_kernel.dylib 0x0000000198eb6e74 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x0000000198f35548 start_wqthread + 0
Thread 10 name: com.apple.CFSocket.private
Thread 10:
0 libsystem_kernel.dylib 0x0000000198eb676c __select + 8
1 libsystem_pthread.dylib 0x0000000198f37e18 _pthread_body + 164
2 libsystem_pthread.dylib 0x0000000198f37d70 _pthread_start + 136
3 libsystem_pthread.dylib 0x0000000198f35550 thread_start + 0
Thread 0 crashed with ARM Thread State (64-bit):
x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x000000016fd254e8
x4: 0x0000000000002060 x5: 0x000000016fd255a0 x6: 0x000000000000006e x7: 0x0000000000000640
x8: 0x0000000008000000 x9: 0x0000000004000000 x10: 0x000000009bd036f7 x11: 0x0000000000000300
x12: 0x0000000000000000 x13: 0x0000000000000000 x14: 0x0000000000000000 x15: 0x0000000198e63dcb
x16: 0x0000000000000148 x17: 0x00005e3808e74d3d x18: 0x0000000000000000 x19: 0x0000000000000006
x20: 0x000000019bd162a0 x21: 0x0000000170135778 x22: 0x00000001701357a0 x23: 0x00000001700557e0
x24: 0x0000000000000000 x25: 0x000000018f4a91ea x26: 0x000000010021d7b0 x27: 0x000000016fd26cf8
x28: 0x0000000000003603 fp: 0x000000016fd25520 lr: 0x0000000198f3916c
sp: 0x000000016fd25500 pc: 0x0000000198eb658c cpsr: 0x00000000

Any iPhone App , will run on iPad even if you restrict to iPhone in your Project Settings,Your App will be shown with a Scaled view for iPad such as Zoomed in version. If your App got crashed on iPad, then you would have to handle it, try to figure out using the reasons given in Resolution Centre or by running your app on iPad Simulator.

Related

iOS Crash Log reading

I'm developing an app which uses an external accessory and the app crashes at some point. The hardest thing to debug is an app that crashes and the device can't be connected to Xcode.
The crash log I'm getting is not symbolised and I didn't succeeded in making it more clear.
Can anyone give me a hit in what is wrong with my code from the crash log attached.
Incident Identifier: 9BB6134A-68AF-4D88-9DF4-E1AB5F00F429
CrashReporter Key: 7c5ffd5961e66395d76785cd412baf0761515cbb
Hardware Model: iPad5,4
Process: reFlash [666]
Path: /private/var/containers/Bundle/Application/4E98396D-5D6B-4FF1-8992-389A73E4A17D/reFlash.app/reFlash
Identifier: com.softescu.reflash
Version: 1 (1.06)
Code Type: ARM-64 (Native)
Role: Foreground
Parent Process: launchd [1]
Coalition: com.softescu.reflash [663]
Date/Time: 2017-05-17 17:06:26.2257 +0300
Launch Time: 2017-05-17 17:05:51.8520 +0300
OS Version: iPhone OS 10.2.1 (14D27)
Report Version: 104
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Triggered by Thread: 3
Application Specific Information:
abort() called
Filtered syslog:
None found
Last Exception Backtrace:
0 CoreFoundation 0x18a2451b8 __exceptionPreprocess + 124
1 libobjc.A.dylib 0x188c7c55c objc_exception_throw + 56
2 CoreFoundation 0x18a245100 +[NSException raise:format:] + 116
3 CoreFoundation 0x18a13fd90 -[__NSCFString substringWithRange:] + 168
4 reFlash 0x1000a3d10 0x10006c000 + 228624
5 reFlash 0x1000a3224 0x10006c000 + 225828
6 reFlash 0x100085448 0x10006c000 + 103496
7 reFlash 0x10008914c 0x10006c000 + 119116
8 reFlash 0x1000cc41c 0x10006c000 + 394268
9 reFlash 0x1000cb704 0x10006c000 + 390916
10 ExternalAccessory 0x1979f5ff8 -[EAInputStream _streamEventTrigger] + 504
11 CoreFoundation 0x18a1f2b5c __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24
12 CoreFoundation 0x18a1f24a4 __CFRunLoopDoSources0 + 524
13 CoreFoundation 0x18a1f00a4 __CFRunLoopRun + 804
14 CoreFoundation 0x18a11e2b8 CFRunLoopRunSpecific + 444
15 Foundation 0x18ac5b26c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 304
16 Foundation 0x18acafaa0 -[NSRunLoop(NSRunLoop) run] + 88
17 reFlash 0x100088d88 0x10006c000 + 118152
18 Foundation 0x18ad58e68 __NSThread__start__ + 1024
19 libsystem_pthread.dylib 0x1892d9850 _pthread_body + 240
20 libsystem_pthread.dylib 0x1892d9760 _pthread_start + 284
21 libsystem_pthread.dylib 0x1892d6d94 thread_start + 4
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0:
0 libsystem_kernel.dylib 0x00000001891f5188 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x00000001891f4ff8 mach_msg + 72
2 CoreFoundation 0x000000018a1f25d0 __CFRunLoopServiceMachPort + 192
3 CoreFoundation 0x000000018a1f01ec __CFRunLoopRun + 1132
4 CoreFoundation 0x000000018a11e2b8 CFRunLoopRunSpecific + 444
5 GraphicsServices 0x000000018bbd2198 GSEventRunModal + 180
6 UIKit 0x000000019015e7fc -[UIApplication _run] + 684
7 UIKit 0x0000000190159534 UIApplicationMain + 208
8 reFlash 0x000000010009f4c8 0x10006c000 + 210120
9 libdyld.dylib 0x00000001891015b8 start + 4
Thread 1 name: com.apple.uikit.eventfetch-thread
Thread 1:
0 libsystem_kernel.dylib 0x00000001891f5188 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x00000001891f4ff8 mach_msg + 72
2 CoreFoundation 0x000000018a1f25d0 __CFRunLoopServiceMachPort + 192
3 CoreFoundation 0x000000018a1f01ec __CFRunLoopRun + 1132
4 CoreFoundation 0x000000018a11e2b8 CFRunLoopRunSpecific + 444
5 Foundation 0x000000018ac5b26c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 304
6 Foundation 0x000000018ac7bdd0 -[NSRunLoop(NSRunLoop) runUntilDate:] + 96
7 UIKit 0x0000000190ad2c38 -[UIEventFetcher threadMain] + 136
8 Foundation 0x000000018ad58e68 __NSThread__start__ + 1024
9 libsystem_pthread.dylib 0x00000001892d9850 _pthread_body + 240
10 libsystem_pthread.dylib 0x00000001892d9760 _pthread_body + 0
11 libsystem_pthread.dylib 0x00000001892d6d94 thread_start + 4
Thread 2 name: GAIThread
Thread 2:
0 libsystem_kernel.dylib 0x00000001891f5188 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x00000001891f4ff8 mach_msg + 72
2 CoreFoundation 0x000000018a1f25d0 __CFRunLoopServiceMachPort + 192
3 CoreFoundation 0x000000018a1f01ec __CFRunLoopRun + 1132
4 CoreFoundation 0x000000018a11e2b8 CFRunLoopRunSpecific + 444
5 Foundation 0x000000018ac5b26c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 304
6 Foundation 0x000000018acafaa0 -[NSRunLoop(NSRunLoop) run] + 88
7 reFlash 0x00000001000afe0c 0x10006c000 + 278028
8 Foundation 0x000000018ad58e68 __NSThread__start__ + 1024
9 libsystem_pthread.dylib 0x00000001892d9850 _pthread_body + 240
10 libsystem_pthread.dylib 0x00000001892d9760 _pthread_body + 0
11 libsystem_pthread.dylib 0x00000001892d6d94 thread_start + 4
Thread 3 Crashed:
0 libsystem_kernel.dylib 0x0000000189213014 __pthread_kill + 8
1 libsystem_pthread.dylib 0x00000001892db450 pthread_kill + 112
2 libsystem_c.dylib 0x0000000189187400 abort + 140
3 libc++abi.dylib 0x0000000188c512d4 __cxa_bad_cast + 0
4 libc++abi.dylib 0x0000000188c6b688 std::__terminate(void (*)()) + 44
5 libc++abi.dylib 0x0000000188c6b234 __cxa_rethrow + 144
6 libobjc.A.dylib 0x0000000188c7c71c objc_exception_rethrow + 44
7 CoreFoundation 0x000000018a11e32c CFRunLoopRunSpecific + 560
8 Foundation 0x000000018ac5b26c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 304
9 Foundation 0x000000018acafaa0 -[NSRunLoop(NSRunLoop) run] + 88
10 reFlash 0x0000000100088d88 0x10006c000 + 118152
11 Foundation 0x000000018ad58e68 __NSThread__start__ + 1024
12 libsystem_pthread.dylib 0x00000001892d9850 _pthread_body + 240
13 libsystem_pthread.dylib 0x00000001892d9760 _pthread_body + 0
14 libsystem_pthread.dylib 0x00000001892d6d94 thread_start + 4
Thread 4 name: com.apple.CFSocket.private
Thread 4:
0 libsystem_kernel.dylib 0x000000018921323c __select + 8
1 CoreFoundation 0x000000018a1f9468 __CFSocketManager + 640
2 libsystem_pthread.dylib 0x00000001892d9850 _pthread_body + 240
3 libsystem_pthread.dylib 0x00000001892d9760 _pthread_body + 0
4 libsystem_pthread.dylib 0x00000001892d6d94 thread_start + 4
Thread 5 name: com.apple.NSURLConnectionLoader
Thread 5:
0 libsystem_kernel.dylib 0x00000001891f5188 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x00000001891f4ff8 mach_msg + 72
2 CoreFoundation 0x000000018a1f25d0 __CFRunLoopServiceMachPort + 192
3 CoreFoundation 0x000000018a1f01ec __CFRunLoopRun + 1132
4 CoreFoundation 0x000000018a11e2b8 CFRunLoopRunSpecific + 444
5 CFNetwork 0x000000018a923a70 +[NSURLConnection(Loader) _resourceLoadLoop:] + 336
6 Foundation 0x000000018ad58e68 __NSThread__start__ + 1024
7 libsystem_pthread.dylib 0x00000001892d9850 _pthread_body + 240
8 libsystem_pthread.dylib 0x00000001892d9760 _pthread_body + 0
9 libsystem_pthread.dylib 0x00000001892d6d94 thread_start + 4
Thread 6:
0 libsystem_pthread.dylib 0x00000001892d6d88 start_wqthread + 0
Thread 7:
0 libsystem_pthread.dylib 0x00000001892d6d88 start_wqthread + 0
Thread 8:
0 libsystem_pthread.dylib 0x00000001892d6d88 start_wqthread + 0
Thread 9:
0 libsystem_pthread.dylib 0x00000001892d6d88 start_wqthread + 0
Thread 3 crashed with ARM Thread State (64-bit):
x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x00000001700fb4b1
x4: 0x0000000188c6f963 x5: 0x000000016e292ab0 x6: 0x000000000000006e x7: 0x0000000000000340
x8: 0x0000000008000000 x9: 0x0000000004000000 x10: 0x0000000000000031 x11: 0xffffffffffffffff
x12: 0x000000018919e772 x13: 0x0000000000000000 x14: 0x0000030000000300 x15: 0x0000000000000000
x16: 0x0000000000000148 x17: 0x0000000188c96d54 x18: 0x0000000000000000 x19: 0x0000000000000006
x20: 0x000000016e293000 x21: 0x000000016e292ab0 x22: 0x00000001af2bcbb8 x23: 0x0000000000000001
x24: 0x0000000170018750 x25: 0x0000000000000000 x26: 0x0000000000000001 x27: 0x0000000000000000
x28: 0x0000000000000000 fp: 0x000000016e292a10 lr: 0x00000001892db450
sp: 0x000000016e2929f0 pc: 0x0000000189213014 cpsr: 0x00000000

iOS App (Using Core Data) Crashes After Update, But Only App Store Version

I have a serious problem with an iOS 9.1 app: I have updated the app, successfully tested it on several iPhone devices, submitted it to the App Store and Apple reviewed and rolled out the app. The app uses Core Data.
The problem is, however, that the app crashes immediately after start up for users that installed it as an update. A crash report is listed below, however, I cannot find the real problem with it (also because not everything is symbolised). If I run it on the same device directly via Xcode, the app works fine and does not crash.
Any ideas of how I could find the error?
Thanks very much for any hint!
Incident Identifier: 82CFBBFB-D78F-45B8-B7B1-5CA927889673
CrashReporter Key: b74b72673e3b94fca688b2e61a466eb9826dc424
Hardware Model: iPhone7,1
Process: MyAppName [826]
Path: /private/var/mobile/Containers/Bundle/Application/13C779F5-8CEB-4815-AF64-18B08827CDEE/MyAppName.app/MyAppName
Identifier: com.myappdomain.MyAppName
Version: 20151128 (1.4)
Code Type: ARM-64 (Native)
Parent Process: launchd [1]
Date/Time: 2015-12-02 07:07:58.58 +0100
Launch Time: 2015-12-02 07:07:57.57 +0100
OS Version: iOS 9.1 (13B143)
Report Version: 105
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_INVALID_ADDRESS at 0x200000001576a714
Triggered by Thread: 0
Filtered syslog:
None found
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0 MyAppName 0x0000000100071a64 0x100040000 + 203364
1 MyAppName 0x00000001000721a0 0x100040000 + 205216
2 MyAppName 0x0000000100071d2c 0x100040000 + 204076
3 MyAppName 0x0000000100073624 0x100040000 + 210468
4 MyAppName 0x00000001000718d8 0x100040000 + 202968
5 MyAppName 0x0000000100071978 0x100040000 + 203128
6 MyAppName 0x0000000100071a20 0x100040000 + 203296
7 MyAppName 0x0000000100072848 0x100040000 + 206920
8 MyAppName 0x0000000100072e08 0x100040000 + 208392
9 MyAppName 0x000000010006c6f8 0x100040000 + 182008
10 MyAppName 0x000000010006fe68 0x100040000 + 196200
11 MyAppName 0x000000010006afdc 0x100040000 + 176092
12 UIKit 0x00000001883f4654 -[UIViewController _setViewAppearState:isAnimating:] + 724
13 UIKit 0x00000001884b45c8 -[UINavigationController viewDidAppear:] + 220
14 UIKit 0x00000001883f4654 -[UIViewController _setViewAppearState:isAnimating:] + 724
15 UIKit 0x00000001885239b8 -[UITabBarController viewDidAppear:] + 128
16 UIKit 0x00000001883f4654 -[UIViewController _setViewAppearState:isAnimating:] + 724
17 UIKit 0x00000001884654f0 __64-[UIViewController viewDidMoveToWindow:shouldAppearOrDisappear:]_block_invoke + 44
18 UIKit 0x000000018846548c -[UIViewController _executeAfterAppearanceBlock] + 92
19 UIKit 0x000000018868c674 _runAfterCACommitDeferredBlocks + 556
20 UIKit 0x00000001886994bc _cleanUpAfterCAFlushAndRunDeferredBlocks + 92
21 CoreFoundation 0x0000000182e0042c __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 20
22 CoreFoundation 0x0000000182dffd64 __CFRunLoopDoBlocks + 308
23 CoreFoundation 0x0000000182dfdcc8 __CFRunLoopRun + 708
24 CoreFoundation 0x0000000182d2cca0 CFRunLoopRunSpecific + 384
25 GraphicsServices 0x000000018df68088 GSEventRunModal + 180
26 UIKit 0x0000000188444ffc UIApplicationMain + 204
27 MyAppName 0x00000001000581e4 0x100040000 + 98788
28 libdyld.dylib 0x000000019824a8b8 start + 4
Thread 1 name: Dispatch queue: com.apple.libdispatch-manager
Thread 1:
0 libsystem_kernel.dylib 0x00000001983684fc kevent_qos + 8
1 libdispatch.dylib 0x000000019822ca04 _dispatch_mgr_invoke + 232
2 libdispatch.dylib 0x000000019821b874 _dispatch_source_invoke + 0
Thread 2:
0 libsystem_kernel.dylib 0x0000000198367b6c __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x000000019842d530 _pthread_wqthread + 1284
2 libsystem_pthread.dylib 0x000000019842d020 start_wqthread + 4
Thread 3:
0 libsystem_kernel.dylib 0x0000000198367b6c __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x000000019842d530 _pthread_wqthread + 1284
2 libsystem_pthread.dylib 0x000000019842d020 start_wqthread + 4
Thread 4:
0 libsystem_kernel.dylib 0x0000000198367b6c __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x000000019842d530 _pthread_wqthread + 1284
2 libsystem_pthread.dylib 0x000000019842d020 start_wqthread + 4
Thread 5:
0 libsystem_kernel.dylib 0x0000000198367b6c __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x000000019842d530 _pthread_wqthread + 1284
2 libsystem_pthread.dylib 0x000000019842d020 start_wqthread + 4
Thread 6:
0 libsystem_kernel.dylib 0x0000000198367b6c __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x000000019842d530 _pthread_wqthread + 1284
2 libsystem_pthread.dylib 0x000000019842d020 start_wqthread + 4
Thread 0 crashed with ARM Thread State (64-bit):
x0: 0x00000001576a7350 x1: 0x000000015769c200 x2: 0x0000000000000000 x3: 0x0000000100071a40
x4: 0x000000016fdbdf60 x5: 0x000000016fdbdf68 x6: 0x0000000000000000 x7: 0x0000000000000004
x8: 0x200000001576a69c x9: 0x0000000000000018 x10: 0x0000000000000000 x11: 0x0000000300000003
x12: 0x000000015755f2f0 x13: 0x0000000000003fff x14: 0xffffffffffffc000 x15: 0x0000000000003fff
x16: 0x000000010027da54 x17: 0x0000000182e438dc x18: 0x0000000000000000 x19: 0x000000015769c200
x20: 0x00000001576a7350 x21: 0x000000016fdbe260 x22: 0x000000015769c200 x23: 0x000000015769c200
x24: 0x000000015769ccd0 x25: 0x000000015808fc20 x26: 0x000000010006ff58 x27: 0x000000016fdbe198
x28: 0x0000000000000002 fp: 0x000000016fdbe060 lr: 0x00000001000721a0
sp: 0x000000016fdbe020 pc: 0x0000000100071a64 cpsr: 0x20000000
Just in case someone else experiences this issue:
The problem is actually a bug in Swift's implementation of array. The following code crashes in release mode:
myarr.sortInPlace($0.date < $1.date)
However, this code works just fine:
myarr = myarr.sort($0.date < $1.date)
More about this issue (which is hopefully solved soon by Apple) can be found here:
https://forums.developer.apple.com/thread/23455

iOS 8 crash log (AVPlayer)

I am unable to diagnose this crash log, which occurs when using the AVPlayer class-- sometimes it happens right away, and sometimes it happens when trying to play the 2nd or 3rd video..
Incident Identifier: 4E82E665-228D-4A97-8B85-6F5B65E2B457
CrashReporter Key: 46be3f0cd4d380b2ce08823fedd6d6d22c38df2f
Hardware Model: iPad4,2
Process: App [2433]
Path: /private/var/mobile/Containers/Bundle/Application/66E1EFE7-1BD0-4CE3-8FEF-47D58C36ADF7/App.app/App
Identifier: SXX.app
Version: 1.3 (1.3)
Code Type: ARM-64 (Native)
Parent Process: launchd [1]
Date/Time: 2015-03-31 15:59:07.361 -0700
Launch Time: 2015-03-31 15:57:50.272 -0700
OS Version: iOS 8.2 (12D508)
Report Version: 105
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Triggered by Thread: 6
Last Exception Backtrace:
0 CoreFoundation 0x18530a530 __exceptionPreprocess + 132
1 libobjc.A.dylib 0x1964280e4 objc_exception_throw + 60
2 CoreFoundation 0x18530a470 +[NSException raise:format:] + 128
3 Foundation 0x1861865e0 NSKVODeallocate + 340
4 AVFoundation 0x183b27b38 __destroy_helper_block_1474 + 28
5 libsystem_blocks.dylib 0x196ad1910 _Block_release + 256
6 libdispatch.dylib 0x196a79954 _dispatch_client_callout + 16
7 libdispatch.dylib 0x196a7e20c _dispatch_main_queue_callback_4CF + 1608
8 CoreFoundation 0x1852c22ec __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 12
9 CoreFoundation 0x1852c0394 __CFRunLoopRun + 1492
10 CoreFoundation 0x1851ed1f4 CFRunLoopRunSpecific + 396
11 GraphicsServices 0x18e51f6fc GSEventRunModal + 168
12 UIKit 0x189b7e10c UIApplicationMain + 1488
13 App 0x10001d4ac main (main.m:8)
14 libdyld.dylib 0x196aa6a08 start + 4
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0:
0 libsystem_kernel.dylib 0x0000000196bbf594 __semwait_signal_nocancel + 8
1 libsystem_c.dylib 0x0000000196aef1a0 nanosleep$NOCANCEL + 200
2 libsystem_c.dylib 0x0000000196b142b8 usleep$NOCANCEL + 64
3 libsystem_c.dylib 0x0000000196b36b1c abort + 116
4 App 0x0000000100042b50 uncaught_exception_handler + 32
5 CoreFoundation 0x000000018530a8ec __handleUncaughtException + 688
6 libobjc.A.dylib 0x00000001964283b0 _objc_terminate() + 112
7 libc++abi.dylib 0x0000000195c25bb0 std::__terminate(void (*)()) + 12
8 libc++abi.dylib 0x0000000195c25474 __cxa_throw + 132
9 libobjc.A.dylib 0x0000000196428200 objc_exception_throw + 344
10 CoreFoundation 0x000000018530a46c +[NSException raise:format:] + 124
11 Foundation 0x00000001861865dc NSKVODeallocate + 336
12 AVFoundation 0x0000000183b27b34 __destroy_helper_block_1474 + 24
13 libsystem_blocks.dylib 0x0000000196ad190c _Block_release + 252
14 libdispatch.dylib 0x0000000196a79950 _dispatch_client_callout + 12
15 libdispatch.dylib 0x0000000196a7e208 _dispatch_main_queue_callback_4CF + 1604
16 CoreFoundation 0x00000001852c22e8 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 8
17 CoreFoundation 0x00000001852c0390 __CFRunLoopRun + 1488
18 CoreFoundation 0x00000001851ed1f0 CFRunLoopRunSpecific + 392
19 GraphicsServices 0x000000018e51f6f8 GSEventRunModal + 164
20 UIKit 0x0000000189b7e108 UIApplicationMain + 1484
21 App 0x000000010001d4a8 main (main.m:8)
22 libdyld.dylib 0x0000000196aa6a04 start + 0
Thread 1 name: Dispatch queue: com.apple.libdispatch-manager
Thread 1:
0 libsystem_kernel.dylib 0x0000000196ba4c24 kevent64 + 8
1 libdispatch.dylib 0x0000000196a89e6c _dispatch_mgr_invoke + 272
2 libdispatch.dylib 0x0000000196a7b998 _dispatch_mgr_thread + 48
Thread 2 name: com.apple.NSURLConnectionLoader
Thread 2:
0 libsystem_kernel.dylib 0x0000000196ba4e0c mach_msg_trap + 8
1 libsystem_kernel.dylib 0x0000000196ba4c84 mach_msg + 68
2 CoreFoundation 0x00000001852c2214 __CFRunLoopServiceMachPort + 196
3 CoreFoundation 0x00000001852c0168 __CFRunLoopRun + 936
4 CoreFoundation 0x00000001851ed1f0 CFRunLoopRunSpecific + 392
5 CFNetwork 0x0000000184cee2a0 +[NSURLConnection(Loader) _resourceLoadLoop:] + 436
6 Foundation 0x0000000186202304 __NSThread__main__ + 1068
7 libsystem_pthread.dylib 0x0000000196c5bdc4 _pthread_body + 160
8 libsystem_pthread.dylib 0x0000000196c5bd20 _pthread_start + 156
9 libsystem_pthread.dylib 0x0000000196c58ef4 thread_start + 0
Thread 3:
0 libsystem_kernel.dylib 0x0000000196bbfc78 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x0000000196c592d8 _pthread_wqthread + 988
2 libsystem_pthread.dylib 0x0000000196c58eec start_wqthread + 0
Thread 4 name: com.apple.CFSocket.private
Thread 4:
0 libsystem_kernel.dylib 0x0000000196bbf498 __select + 8
1 CoreFoundation 0x00000001852c7c0c __CFSocketManager + 656
2 libsystem_pthread.dylib 0x0000000196c5bdc4 _pthread_body + 160
3 libsystem_pthread.dylib 0x0000000196c5bd20 _pthread_start + 156
4 libsystem_pthread.dylib 0x0000000196c58ef4 thread_start + 0
Thread 5 name: com.apple.coremedia.player.remote
Thread 5:
0 libsystem_kernel.dylib 0x0000000196ba4e0c mach_msg_trap + 8
1 libsystem_kernel.dylib 0x0000000196ba4c84 mach_msg + 68
2 MediaToolbox 0x00000001876efe7c FigExpressNotificationThread + 100
3 CoreMedia 0x0000000185b22028 figThreadMain + 244
4 libsystem_pthread.dylib 0x0000000196c5bdc4 _pthread_body + 160
5 libsystem_pthread.dylib 0x0000000196c5bd20 _pthread_start + 156
6 libsystem_pthread.dylib 0x0000000196c58ef4 thread_start + 0
Thread 6 Crashed:
0 libsystem_kernel.dylib 0x0000000196bbfc78 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x0000000196c592d8 _pthread_wqthread + 988
2 libsystem_pthread.dylib 0x0000000196c58eec start_wqthread + 0
Thread 7:
0 libsystem_kernel.dylib 0x0000000196bbfc78 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x0000000196c592d8 _pthread_wqthread + 988
2 libsystem_pthread.dylib 0x0000000196c58eec start_wqthread + 0
Thread 8 name: com.apple.coremedia.player.async
Thread 8:
0 libsystem_kernel.dylib 0x0000000196ba4e48 semaphore_wait_trap + 8
1 libdispatch.dylib 0x0000000196a87f3c _dispatch_semaphore_wait_slow + 252
2 MediaToolbox 0x00000001876e95bc fpa_AsyncMovieControlThread + 1952
3 CoreMedia 0x0000000185b22028 figThreadMain + 244
4 libsystem_pthread.dylib 0x0000000196c5bdc4 _pthread_body + 160
5 libsystem_pthread.dylib 0x0000000196c5bd20 _pthread_start + 156
6 libsystem_pthread.dylib 0x0000000196c58ef4 thread_start + 0
Thread 9 name: com.apple.coremedia.player.async
Thread 9:
0 libsystem_kernel.dylib 0x0000000196ba4e48 semaphore_wait_trap + 8
1 libdispatch.dylib 0x0000000196a87f3c _dispatch_semaphore_wait_slow + 252
2 MediaToolbox 0x00000001876e95bc fpa_AsyncMovieControlThread + 1952
3 CoreMedia 0x0000000185b22028 figThreadMain + 244
4 libsystem_pthread.dylib 0x0000000196c5bdc4 _pthread_body + 160
5 libsystem_pthread.dylib 0x0000000196c5bd20 _pthread_start + 156
6 libsystem_pthread.dylib 0x0000000196c58ef4 thread_start + 0
Thread 10:
0 libsystem_kernel.dylib 0x0000000196bbfc78 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x0000000196c592d8 _pthread_wqthread + 988
2 libsystem_pthread.dylib 0x0000000196c58eec start_wqthread + 0
Thread 11:
0 libsystem_kernel.dylib 0x0000000196bbfc78 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x0000000196c592d8 _pthread_wqthread + 988
2 libsystem_pthread.dylib 0x0000000196c58eec start_wqthread + 0
Thread 6 crashed with ARM Thread State (64-bit):
x0: 0x0000000000000004 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000000000000000
x4: 0x0000000000002d1f x5: 0x0000000000000000 x6: 0x0000000000000000 x7: 0x0000000000000000
x8: 0x0000000000000000 x9: 0x6800a3c4679d3eb0 x10: 0x0000000000000015 x11: 0x0000000000000000
x12: 0x000000012d0ea200 x13: 0x000000019ab850d8 x14: 0x0000000000000000 x15: 0x0000000000000001
x16: 0x0000000000000170 x17: 0x00000001964426b8 x18: 0x0000000000000000 x19: 0x000000010469c000
x20: 0x0000000000000009 x21: 0x00000000800002ff x22: 0x0000000000009f0f x23: 0x0000000000010000
x24: 0x000000019abab000 x25: 0x0000000000000000 x26: 0x0000000000000000 x27: 0x0000000000000000
x28: 0x0000000000000000 fp: 0x000000010469bf70 lr: 0x0000000196c592dc
sp: 0x000000010469bf10 pc: 0x0000000196bbfc78 cpsr: 0x40000000
Crash logs like this can be unhelpful. The most likely culprit is a nil pointer somewhere in your code. You may have no option but to step through your code with a debugger making sure that all your variables have the values you expect them to have.

What does this SIGTRAP mean?

I was wondering if someone could provide some insight as to what is causing this SIGTRAP to occur. If someone could also provide suggestions as to what I could do from here to debug this better, that would be greatly appreciated as I am unable to replicate it reliably.
Hardware Model: iPad mini 3 (iPad4,8)
Process: SceneDoc [330]
Path: /private/var/mobile/Containers/Bundle/Application/1CB3551A-24A3-4FA8-B2ED-8AF993F7DA43/SceneDoc.app/SceneDoc
Identifier: com.scenedoc.SceneDocAppAppStore
Code Type: arm64
Parent Process: launchd [1]
Date/Time: 2015-03-23 15:42:57 +0000
Launch Time: 2015-03-23 15:42:57 +0000
OS Version: iOS 8.2 (12D508)
Exception Type: SIGTRAP
Crashed Thread: 0
Application Specific Information:
*** Terminating app due to uncaught exception 'SIGTRAP', reason: ''
Thread 0 Crashed:
0 CoreFoundation 0x185629750 _CFHash + 22352
1 CoreFoundation 0x185625d44 _CFBasicHashFindBucket + 7492
2 CoreFoundation 0x185625900 _CFDictionaryGetValue + 6400
3 CoreFoundation 0x1856d6658 [CFPrefsPlistSource alreadylocked_setValue:forKey:] + 730712
4 CoreFoundation 0x185784830 [CFPrefsSource setValue:forKey:] + 1443888
5 CoreFoundation 0x185783dc8 [CFPrefsSource withSourceForIdentifier:user:byHost:container:perform:] + 1441224
6 CoreFoundation 0x185787658 __CFPreferencesSetValueWithContainer + 1455704
7 Foundation 0x18656b600 [NSUserDefaults(NSUserDefaults) setObject:forKey:] + 128512
8 SceneDoc 0x10025673c [Prefs savePrefs] (Prefs.m:503)
9 SceneDoc 0x100259e0c [Prefs setLogoutDuration] (Prefs.m:2067)
10 SceneDoc 0x10014a518 [SDCThriftGCDManager refreshToken:] (SDCThriftGCDManager.m:484)
11 UIKit 0x18a1e2444 [UIApplication workspaceNoteAssertionExpirationImminent:] + 2729028
12 FrontBoardServices 0x18db31604 ___31-[FBSSerialQueue (performAsync:0)
13 CoreFoundation 0x185702d70 ___CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 912752
14 CoreFoundation 0x185701e78 ___CFRunLoopDoBlocks + 908920
15 CoreFoundation 0x18570049c ___CFRunLoopRun + 902300
16 CoreFoundation 0x18562d1f4 _CFRunLoopRunSpecific + 37364
17 GraphicsServices 0x18e9776fc _GSEventRunModal + 46844
18 UIKit 0x189fbe10c _UIApplicationMain + 483596
19 SceneDoc 0x1000ceae4 main (main.m:12)
20 libdyld.dylib 0x196faaa08 _start + 10760
Thread 1:
0 libsystem_kernel.dylib 0x1970a8c24 _kevent64 + 3108
1 libdispatch.dylib 0x196f7f99c __dispatch_source_invoke + 14748
Thread 2:
0 libsystem_kernel.dylib 0x1970a8e0c _mach_msg_trap + 3596
1 CoreFoundation 0x185702218 ___CFRunLoopServiceMachPort + 909848
2 CoreFoundation 0x18570016c ___CFRunLoopRun + 901484
3 CoreFoundation 0x18562d1f4 _CFRunLoopRunSpecific + 37364
4 CoreFoundation 0x18567f370 _CFRunLoopRun + 373616
5 CoreMotion 0x18602fe14 0x185fe8000 + 294420
6 libsystem_pthread.dylib 0x19715fdc8 __pthread_body + 15816
7 libsystem_pthread.dylib 0x19715fd24 __pthread_body + 15652
8 libsystem_pthread.dylib 0x19715cef8 _thread_start + 3832
Thread 3:
0 libsystem_kernel.dylib 0x1970a8e0c _mach_msg_trap + 3596
1 CoreFoundation 0x185702218 ___CFRunLoopServiceMachPort + 909848
2 CoreFoundation 0x18570016c ___CFRunLoopRun + 901484
3 CoreFoundation 0x18562d1f4 _CFRunLoopRunSpecific + 37364
4 CFNetwork 0x18512e2a4 [NSURLConnection(Loader) _resourceLoadLoop:] + 647844
5 Foundation 0x186642308 ___NSThread__main__ + 1008392
6 libsystem_pthread.dylib 0x19715fdc8 __pthread_body + 15816
7 libsystem_pthread.dylib 0x19715fd24 __pthread_body + 15652
8 libsystem_pthread.dylib 0x19715cef8 _thread_start + 3832
Thread 4:
0 libsystem_kernel.dylib 0x1970c3498 _select$DARWIN_EXTSN + 111768
1 libsystem_pthread.dylib 0x19715fdc8 __pthread_body + 15816
2 libsystem_pthread.dylib 0x19715fd24 __pthread_body + 15652
3 libsystem_pthread.dylib 0x19715cef8 _thread_start + 3832
Thread 5:
0 libsystem_kernel.dylib 0x1970c3c78 ___workq_kernreturn + 113784
1 libsystem_pthread.dylib 0x19715cef0 _start_wqthread + 3824
Thread 6:
0 libsystem_kernel.dylib 0x1970c3c78 ___workq_kernreturn + 113784
1 libsystem_pthread.dylib 0x19715cef0 _start_wqthread + 3824
Thread 0 crashed with arm64 Thread state:
cpsr: 0x60000000 fp: 0x16fd7a0a0 lr: 0x185625d44 pc: 0x185629750
sp: 0x16fd7a090 x0: 0 x1: 0 x10: 0x1
x11: 0 x12: 0x13e00ceb0 x13: 0x61a5975c10e9 x14: 0x5cd61a0d8643
x15: 0x8c x16: 0x19692a4d8 x17: 0x1856d65bc x18: 0
x19: 0 x2: 0x17425fce0 x20: 0x174266f00 x21: 0
x22: 0x16fd7a1f0 x23: 0x17007ffc0 x24: 0x1975c8750 x25: 0x1975cb9c0
x26: 0x19b0d80a8 x27: 0x19b0d4088 x28: 0 x3: 0
x4: 0x16fd7a2c8 x5: 0x2a x6: 0x2a x7: 0
x8: 0x5 x9: 0x185629650
The problem seems to have originated from my key somehow being nil when it tried to set the object in the NSUserDefaults. Interestingly enough, it doesn't crash in the simulator.

iOS crash reports: how to find more informations

Bellow there is a crash report provided by Apple:
{"bundleID":"RomaniaMilitary.RomaniaMilitary","app_name":"RomaniaMilitary","bug_type":"109","name":"RomaniaMilitary","os_version":"iPhone OS 7.1.1 (11D201)","version":"1.0 (1.0)"}
Incident Identifier: 1A9B2804-2C07-4E6B-9377-D396F56704CC
CrashReporter Key: 99f9caadfd48c4739585b7383898f343220c933c
Hardware Model: xxx
Process: RomaniaMilitary [457]
Path: /var/mobile/Applications/A07BCAC9-34FA-459D-9231-C21476488D31/RomaniaMilitary.app/RomaniaMilitary
Identifier: RomaniaMilitary.RomaniaMilitary
Version: 1.0 (1.0)
Code Type: ARM-64 (Native)
Parent Process: launchd [1]
Date/Time: 2014-05-15 10:20:18.368 -0700
OS Version: iOS 7.1.1 (11D201)
Report Version: 104
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Triggered by Thread: 0
Last Exception Backtrace:
(0x18ab26f50 0x1975041fc 0x18ab2bc04 0x18ab29930 0x18aa495dc 0x100074360 0x18dc38904 0x18dbd6e64 0x18dbd662c 0x18daeaff8 0x18d6dc258 0x18d6d6e20 0x18d6d6cd8 0x18d6d6560 0x18d6d6304 0x18d6cfc38 0x18aae76a8 0x18aae4930 0x18aae4cbc 0x18aa25c20 0x1906c5c0c 0x18db56fdc 0x100074e30 0x197af7aa0)
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0 libsystem_kernel.dylib 0x0000000197bf258c __pthread_kill + 8
1 libsystem_c.dylib 0x0000000197b86804 abort + 108
2 libc++abi.dylib 0x0000000196dac990 abort_message + 84
3 libc++abi.dylib 0x0000000196dc9c28 default_terminate_handler() + 296
4 libobjc.A.dylib 0x00000001975044d0 _objc_terminate() + 124
5 libc++abi.dylib 0x0000000196dc7164 std::__terminate(void (*)()) + 12
6 libc++abi.dylib 0x0000000196dc6a7c __cxa_throw + 132
7 libobjc.A.dylib 0x0000000197504314 objc_exception_throw + 340
8 CoreFoundation 0x000000018ab2bc00 -[NSObject(NSObject) doesNotRecognizeSelector:] + 216
9 CoreFoundation 0x000000018ab2992c ___forwarding___ + 908
10 CoreFoundation 0x000000018aa495d8 _CF_forwarding_prep_0 + 88
11 RomaniaMilitary 0x000000010007435c 0x100068000 + 50012
12 UIKit 0x000000018dc38900 -[UITableView _createPreparedCellForGlobalRow:withIndexPath:] + 404
13 UIKit 0x000000018dbd6e60 -[UITableView _updateVisibleCellsNow:] + 1928
14 UIKit 0x000000018dbd6628 -[UITableView layoutSubviews] + 164
15 UIKit 0x000000018daeaff4 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 344
16 QuartzCore 0x000000018d6dc254 -[CALayer layoutSublayers] + 180
17 QuartzCore 0x000000018d6d6e1c CA::Layer::layout_if_needed(CA::Transaction*) + 296
18 QuartzCore 0x000000018d6d6cd4 CA::Layer::layout_and_display_if_needed(CA::Transaction*) + 28
19 QuartzCore 0x000000018d6d655c CA::Context::commit_transaction(CA::Transaction*) + 276
20 QuartzCore 0x000000018d6d6300 CA::Transaction::commit() + 420
21 QuartzCore 0x000000018d6cfc34 CA::Transaction::observer_callback(__CFRunLoopObserver*, unsigned long, void*) + 76
22 CoreFoundation 0x000000018aae76a4 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 28
23 CoreFoundation 0x000000018aae492c __CFRunLoopDoObservers + 368
24 CoreFoundation 0x000000018aae4cb8 __CFRunLoopRun + 760
25 CoreFoundation 0x000000018aa25c1c CFRunLoopRunSpecific + 448
26 GraphicsServices 0x00000001906c5c08 GSEventRunModal + 164
27 UIKit 0x000000018db56fd8 UIApplicationMain + 1152
28 RomaniaMilitary 0x0000000100074e2c 0x100068000 + 52780
29 libdyld.dylib 0x0000000197af7a9c start + 0
Thread 1 name: Dispatch queue: com.apple.libdispatch-manager
Thread 1:
0 libsystem_kernel.dylib 0x0000000197bd9aa8 kevent64 + 8
1 libdispatch.dylib 0x0000000197add998 _dispatch_mgr_thread + 48
Thread 2:
0 libsystem_kernel.dylib 0x0000000197bf2e74 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x0000000197c71548 start_wqthread + 0
Thread 3:
0 libsystem_kernel.dylib 0x0000000197bf2e74 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x0000000197c71548 start_wqthread + 0
Thread 4 name: AFNetworking
Thread 4:
0 libsystem_kernel.dylib 0x0000000197bd9ca0 mach_msg_trap + 8
1 CoreFoundation 0x000000018aae6b70 __CFRunLoopServiceMachPort + 180
2 CoreFoundation 0x000000018aae4d00 __CFRunLoopRun + 832
3 CoreFoundation 0x000000018aa25c1c CFRunLoopRunSpecific + 448
4 Foundation 0x000000018b5c12c0 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 292
5 Foundation 0x000000018b61ed74 -[NSRunLoop(NSRunLoop) run] + 92
6 RomaniaMilitary 0x000000010008332c 0x100068000 + 111404
7 Foundation 0x000000018b6a8408 __NSThread__main__ + 996
8 libsystem_pthread.dylib 0x0000000197c73e18 _pthread_body + 164
9 libsystem_pthread.dylib 0x0000000197c73d70 _pthread_start + 136
10 libsystem_pthread.dylib 0x0000000197c71550 thread_start + 0
Thread 5 name: com.apple.NSURLConnectionLoader
Thread 5:
0 libsystem_kernel.dylib 0x0000000197bd9ca0 mach_msg_trap + 8
1 CoreFoundation 0x000000018aae6b70 __CFRunLoopServiceMachPort + 180
2 CoreFoundation 0x000000018aae4d00 __CFRunLoopRun + 832
3 CoreFoundation 0x000000018aa25c1c CFRunLoopRunSpecific + 448
4 Foundation 0x000000018b61a424 +[NSURLConnection(Loader) _resourceLoadLoop:] + 344
5 Foundation 0x000000018b6a8408 __NSThread__main__ + 996
6 libsystem_pthread.dylib 0x0000000197c73e18 _pthread_body + 164
7 libsystem_pthread.dylib 0x0000000197c73d70 _pthread_start + 136
8 libsystem_pthread.dylib 0x0000000197c71550 thread_start + 0
Thread 6:
0 libsystem_kernel.dylib 0x0000000197bf2e74 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x0000000197c71548 start_wqthread + 0
Thread 7:
0 libsystem_kernel.dylib 0x0000000197bf2e74 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x0000000197c71548 start_wqthread + 0
Thread 8:
0 libsystem_kernel.dylib 0x0000000197bf2e74 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x0000000197c71548 start_wqthread + 0
Thread 9 name: com.apple.CFSocket.private
Thread 9:
0 libsystem_kernel.dylib 0x0000000197bf276c __select + 8
1 libsystem_pthread.dylib 0x0000000197c73e18 _pthread_body + 164
2 libsystem_pthread.dylib 0x0000000197c73d70 _pthread_start + 136
3 libsystem_pthread.dylib 0x0000000197c71550 thread_start + 0
Thread 0 crashed with ARM Thread State (64-bit):
x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x000000016fd93ee8
x4: 0x0000000000002060 x5: 0x000000016fd93fa0 x6: 0x000000000000006e x7: 0x0000000000000a20
x8: 0x0000000008000000 x9: 0x0000000004000000 x10: 0x000000009aa3f6f7 x11: 0x0000000000000300
x12: 0x0000000000000000 x13: 0x0000000000000000 x14: 0x0000000000000000 x15: 0x0000000197b9fdcb
x16: 0x0000000000000148 x17: 0x005bf73d22a9626a x18: 0x0000000000000000 x19: 0x0000000000000006
x20: 0x000000019aa522a0 x21: 0x0000000170126318 x22: 0x0000000170126340 x23: 0x00000001987304f0
x24: 0x0000000000000000 x25: 0x000000018e1e51ea x26: 0x000000014fd354f0 x27: 0x00000001702a12c0
x28: 0x00000001700388a0 fp: 0x000000016fd93f20 lr: 0x0000000197c7516c
sp: 0x000000016fd93f00 pc: 0x0000000197bf258c cpsr: 0x00000000
Update :
Apple message:
We found your app crashed on launch so we were unable to review it. Please revise your app and test it on a device to ensure it will launch without crashing, and that it runs as expected, before resubmitting.
I posted full report (without binary image)
You submitted an application without symbols, so Apple couldn't tell you where in your application the fault is. The last bit of your code that is called gets called from
[UITableView _createPreparedCellForGlobalRow:withIndexPath:]
so it will happen in some delegate method of yours where you are preparing a cell, and you are sending a message to some object that doesn't understand it. There's probably more information in their report which you should post. Knowing which method was sent to which kind of object would be very helpful.
Meanwhile, turn on all warnings in your compiler that you can reasonably turn on and fix the problems, then run the static analyser and fix all problems that it finds, then let someone else test your application on a real device, in case you subconsciously avoid problem areas.
Here's what you need to do:
1) You need your archived application, the one you submitted. If not, then disregard the rest of the steps; it's game over.
2) The archive file is a bundle. You must show its contents.
3) Inside you will find a folder marked 'dSYMs.' Inside it you will find a file named <your app name>.app.dSYM. Select it and copy (using Copy/Command-C).
4) Go back one level. Inside the Products/Applications folder you will find your application. It's a bundle as well. You must show its contents.
5) Inside you will find your application's executable file. Now paste the dSYM file you had previously copied here.
6) Fire up your Terminal. cd to the Products/Applications folder in which you just pasted the dSYM file.
7) Now go back to that 'cryptic' report that Apple sent you. I see that you've included more information from the report, but there ought to be a section that shows all the processes that were running on your device at the time, and at the top should be your application. There are two large hexadecimal numbers there. Make a note of the first one. Then go to line 11 in your stack trace. Make a note of that long hexadecimal (0x000000010007435c). You'll need both of these numbers for the next step.
8) On your Terminal's command line enter
atos -o <your application name, including the extension> -l <first hex number> <second hex number>
9) atos should show you something like this:
-[classname method] (in <your app name>) (<file name where your object is located>:<line number>)
Now you'll have the clue you need to go after your problem.
Good luck to you in your endeavors.

Resources