iphone - _pthread_kill +32 iOS app crashes on device not on emulator -


i have updated old app, , took lot more work anticipated , done... kinda. runs fine in emulator on computer when try on actual device (iphone 5) crashes(pauses?). first view loads fine, pressing of 5 buttons go next view crashes app. maybe shouldn't "crash" loads indefinitely.

it _pthread_kill + 32 highlighted , says "thread 1:signal sigabr"

libsystem_kernel.dylib`__pthread_kill: 0x389091f4:  mov    r12, #328 0x389091f8:  svc    #128 0x389091fc:  blo    0x38909214                ; __pthread_kill + 32 0x38909200:  ldr    r12, [pc, #4]             ; __pthread_kill + 24 0x38909204:  ldr    r12, [pc, r12] 0x38909208:  b      0x38909210                ; __pthread_kill + 28 0x3890920c:  .long  0x01e23e14                ; unknown opcode 0x38909210:  bx     r12 0x38909214:  bx     lr 

what ended being me problem google analytics. had old version , wasn't compatible phone or os. commented out google analytics stuff , removed plug in , worked fine.


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -