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
Post a Comment