dyld`gdb_image_notifier exception when i run my ap

2019-06-18 09:10发布

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

5条回答
爱情/是我丢掉的垃圾
2楼-- · 2019-06-18 09:22

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.

查看更多
兄弟一词,经得起流年.
3楼-- · 2019-06-18 09:31

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

查看更多
时光不老,我们不散
4楼-- · 2019-06-18 09:31

I Think the problem is within GLKit Framework.

So Try this out, make GLKit Framework optional in the path given below in the image and than build again.

The framework was being pulled into the build under

Project->BuildPhases->LinkBinaryWithLibraries.

enter image description here

Hope this Helps!

查看更多
一纸荒年 Trace。
5楼-- · 2019-06-18 09:35

This is an old question but I face same problem and not found any answer. After some hours I find this cause by conflict constraints in autolayout story board. And this exception no longer occur after I fix all conflict constraints

查看更多
Viruses.
6楼-- · 2019-06-18 09:38

I too just started getting this breakpoint while running on an iPhone4 v 7.1.2. I'm not linking with GLKit.framework so this suggestion didn't help. I have had some success cleaning the library and reinstalling. After that it seems to be intermittent. Running outside the debugger works fine.

查看更多
登录 后发表回答