Xcode 7.3 crashing when debugging with breakpoints

后端 未结 3 1275
逝去的感伤
逝去的感伤 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.

提交回复
热议问题