My most recent submission to the apple app store was rejected
because it crashed, apparently before any of my code was run.
I'm hoping it's just a fluke, but I'm offering it here in case a pattern
later emerges, and there's some underlying codename1 problem.
The binary runs fine for me (loaded by testflight)
The crash reports are hard to decipher, but the relevant clue seems
to be "address size fault"
Thread 4 name: Dispatch queue: com.apple.root.background-qos
Thread 4 Crashed:
0 libsystem_kernel.dylib 0x00000001c123198c 0x1c120a000 + 162188
1 libsystem_pthread.dylib 0x00000001dc24bc74 0x1dc249000 + 11380
2 libsystem_c.dylib 0x000000019ea7dc34 0x19ea07000 + 486452
3 libsystem_c.dylib 0x000000019ea7dbc0 0x19ea07000 + 486336
4 libc++abi.dylib 0x00000001a9af4e24 0x1a9ae5000 + 65060
5 libc++abi.dylib 0x00000001a9ae6434 0x1a9ae5000 + 5172
6 libobjc.A.dylib 0x00000001a99f5710 0x1a99eb000 + 42768
7 libc++abi.dylib 0x00000001a9af42a8 0x1a9ae5000 + 62120
8 libc++abi.dylib 0x00000001a9af4234 0x1a9ae5000 + 62004
9 libdispatch.dylib 0x0000000195579adc 0x195576000 + 15068
10 libdispatch.dylib 0x000000019558a230 0x195576000 + 82480
11 libdispatch.dylib 0x000000019558a8e8 0x195576000 + 84200
12 libsystem_pthread.dylib 0x00000001dc24c8cc 0x1dc249000 + 14540
13 libsystem_pthread.dylib 0x00000001dc25377c 0x1dc249000 + 42876
and
Thread 1 crashed with ARM Thread State (64-bit):
x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000000000000000
x4: 0x0000000000000000 x5: 0x0000000000989680 x6: 0x000000000000006e x7: 0x0000000000889b00
x8: 0x00000000000005b9 x9: 0x2bbb669573ca4571 x10: 0x00000000000003e8 x11: 0x0000000000000003
x12: 0x0000000000000000 x13: 0x0000000000000001 x14: 0x0000000000000010 x15: 0x0000000000000071
x16: 0x0000000000000148 x17: 0x000000016b517000 x18: 0x0000000000000000 x19: 0x0000000000000006
x20: 0x0000000000002703 x21: 0x000000016b5170e0 x22: 0x00000002811153c0 x23: 0x0000000000000000
x24: 0x0000000000000000 x25: 0x0000000000000000 x26: 0x000000016b5170e0 x27: 0x0000000000000114
x28: 0xffffffffffffffff fp: 0x000000016b516950 lr: 0x00000001dc24bc74
sp: 0x000000016b516930 pc: 0x00000001c123198c cpsr: 0x40000000
esr: 0x56000080 Address size fault