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.