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
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.
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
What solved it for me is setting the "Enable Clang Module Debugging" in Build Setting to NO.