Xcode 7.3 crashing when debugging with breakpoints

后端 未结 3 1270
逝去的感伤
逝去的感伤 2020-12-28 13:49

I just install the Xcode 7.3 version. I can\'t debug at all because it\'s crashing when I try to use a breakpoint while I\'m debugging. I tried removing Derive Data, Reboot

相关标签:
3条回答
  • 2020-12-28 13:53

    I was able to fix this crash by removing my test target in my pod spec and updating my pods.

    It may be enough to simply run

    pod update
    

    to fix this.

    0 讨论(0)
  • 2020-12-28 14:01

    I set the "Enable Clang Module Debugging" in Build Setting to NO is still crashing.I find this answer while searching, and someone seems fixed this problem. Hope it helps, How to Empty Caches and Clean All Targets Xcode 4

    0 讨论(0)
  • 2020-12-28 14:16

    What solved it for me is setting the "Enable Clang Module Debugging" in Build Setting to NO.

    0 讨论(0)
提交回复
热议问题