Xcode 7: crash on breakpoint stop

北慕城南 提交于 2019-12-08 20:16:30

问题


I have an extremely annoying problem! Xcode 7 crashes almost on every breakpoint when it tries to symbolicate.

I have done several things including deleting Xcode and reinstalling it...

I also had the same issue on the previous Xcode 6.X

Any clue? I am wondering if I should reinstall mac OS from scratch...


回答1:


I solved the issue by changing the optimization level in the build settings, make sure it is set to None for Debug configuration and make sure your RUN scheme uses Debug configuration.



来源:https://stackoverflow.com/questions/32692165/xcode-7-crash-on-breakpoint-stop

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!