Working on a new app and I have been using the various daily builds with no problems. I last built with 2264 and was working fine. I came back from some time away and downloaded 2281 and 2282 and the app builds but upon launching on an iPad, it just crashes with this (as displayed in Xcode):
<Warning>: Application ‘NAME’ exited abnormally with signal 4: Illegal instruction: 4
If I look at the crash report, it displays this:
**Incident Identifier: 8A8C830C-FE67-41CC-8388-9F2019ECBFED
CrashReporter Key: ff684f0f21f8ae6ca7361da6610fa77311ac7e25
Hardware Model: iPad1,1
Process: launchd [856]
Path: /sbin/launchd
Identifier: launchd
Version: ??? (???)
Code Type: ARM (Native)
Parent Process: launchd [1]
Date/Time: 2014-04-24 18:00:49.110 -0700
OS Version: iPhone OS 5.1.1 (9B206)
Report Version: 104
Exception Type: EXC_BAD_ACCESS (SIGILL)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000
Highlighted Thread: 0
Backtrace not available
Unknown thread crashed with ARM Thread State:
r0: 0x00000055 r1: 0x00000000 r2: 0x00000000 r3: 0x00000000
r4: 0x00000000 r5: 0x00000000 r6: 0x00000000 r7: 0x00000000
r8: 0x00000000 r9: 0x00000000 r10: 0x00000000 r11: 0x00000000
ip: 0x00000000 sp: 0x00000000 lr: 0x00000000 pc: 0x00000000
cpsr: 0x20000010
Binary images description not available**
If I remove 2282 and install 2264 again, the app builds fine and launches fine on the device.
Looks like daily build 2277 also causes a crash on app load. The app does not crash when built with 2275.