iOS Question App Review Fails : Binary Crashes

yonson

Active Member
Licensed User
Longtime User
I submitted my app to itunes connect and after waiting nearly 2 weeks(!) I've had a typically unhelpful message from Apple saying its been rejected as the binary crashes on launch.

I don't really know where to go from here - it works fine here on my iphone, and I may as well show the error report to my cat for all the sense I can make of it..;). I've pasted the relevant part of the report below

Can anyone help and spot what I'm missing / need to change?
Thanks




Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0 libsystem_kernel.dylib 0x0000000196a4b270 0x196a30000 + 111216
1 libsystem_pthread.dylib 0x0000000196ae916c 0x196ae4000 + 20844
2 libsystem_c.dylib 0x00000001969c2b14 0x196960000 + 404244
3 libc++abi.dylib 0x0000000195a81414 0x195a80000 + 5140
4 libc++abi.dylib 0x0000000195aa0b88 0x195a80000 + 134024
5 libobjc.A.dylib 0x00000001962b43bc 0x1962ac000 + 33724
6 libc++abi.dylib 0x0000000195a9dbb0 0x195a80000 + 121776
7 libc++abi.dylib 0x0000000195a9d474 0x195a80000 + 119924
8 libobjc.A.dylib 0x00000001962b4200 0x1962ac000 + 33280
9 CoreFoundation 0x00000001850a246c 0x184f7c000 + 1205356
10 iYork 0x000000010027c638 0x1000e4000 + 1672760
11 iYork 0x0000000100126040 0x1000e4000 + 270400
12 iYork 0x000000010014c8c0 0x1000e4000 + 428224
13 iYork 0x0000000100163208 0x1000e4000 + 520712
14 iYork 0x00000001001512fc 0x1000e4000 + 447228
15 CoreFoundation 0x00000001850a834c 0x184f7c000 + 1229644
16 CoreFoundation 0x0000000184fa6218 0x184f7c000 + 172568
17 iYork 0x0000000100244ce4 0x1000e4000 + 1445092
18 iYork 0x00000001002443d4 0x1000e4000 + 1442772
19 iYork 0x00000001002440a4 0x1000e4000 + 1441956
20 libdispatch.dylib 0x0000000196905990 0x196904000 + 6544
21 libdispatch.dylib 0x0000000196905950 0x196904000 + 6480
22 libdispatch.dylib 0x000000019690a208 0x196904000 + 25096
23 CoreFoundation 0x000000018505a2e8 0x184f7c000 + 910056
24 CoreFoundation 0x0000000185058390 0x184f7c000 + 902032
25 CoreFoundation 0x0000000184f851f0 0x184f7c000 + 37360
26 GraphicsServices 0x000000018e2cf6f8 0x18e2c4000 + 46840
27 UIKit 0x0000000189916108 0x1898a0000 + 483592
28 iYork 0x00000001000eab5c 0x1000e4000 + 27484
29 libdyld.dylib 0x0000000196932a04 0x196930000 + 10756
 

yonson

Active Member
Licensed User
Longtime User
Hi Erel

I've attached the full error report log. Thanks for your help.
 

Attachments

  • crashreport.txt
    36 KB · Views: 223
Upvote 0
Top