Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

dyld`gdb_image_notifier exception when i run my application in device

When try to load my application on device sometimes i got following exception

dyld`gdb_image_notifier:0x2beca0cc: bx lr

but after stop and run again everything works fine, can anyone tell me why this occurs

like image 562
Vaisakh Avatar asked Feb 27 '15 05:02

Vaisakh


2 Answers

Basically it seems there is a breakpoint in the debugger. Thought it's not a solution, in order to run the app on the device, just click "Debug" and then "Continue" (or ^⌘Y). That should help pass the breakpoint and carry on running the app. "Debug" -> "Deactivate Breakpoints" can help too in some cases.

like image 113
Inbal Tish Avatar answered Sep 29 '22 14:09

Inbal Tish


Product -> Clean ...fixed it for me.

like image 26
invisible squirrel Avatar answered Sep 29 '22 14:09

invisible squirrel