Home  >  Q&A  >  body text

iOS Xcode7.1 真机测试出现崩溃: dyld`gdb_image_notifier, 怎么解决?

Mac Pro 系统 OSX EI Capitan Xcode7.1 真机运行测试, 出现崩溃现象,错误提示这样:
dyld`gdb_image_notifier:
-> 0x2be590cc <+0>: bx lr
运行时崩溃并非100%出现,出现率在80%左右,不清楚是什么原因,有知道的解答一下

天蓬老师天蓬老师2715 days ago734

reply all(1)I'll reply

  • ringa_lee

    ringa_lee2017-04-17 16:30:29

    When I saw this problem, I was wondering if it was a problem with GLKit Framework, because I have encountered it before.
    This is how it was handled at the time,
    Select Project, then enter BuildPhases, then LinkBinaryWithLibraries.

    Find GLKit Framework and change its status to optional and it will be ok.

    Code on mobile phone. . Will add pictures later

    reply
    0
  • Cancelreply