Xcode 7.x crashes when editing storyboards

前端 未结 7 2182
庸人自扰
庸人自扰 2021-02-13 10:48

Xcode is crashing very often when I edit storyboards.

I\'m working with OS X El Capitan 10.11 and Xcode 7.0.1 (7A1001).

I\'ve e

7条回答
  •  独厮守ぢ
    2021-02-13 10:57

    Like I told you in the comments a cleaning of Xcode and the simulator might solve the issue. This is what i followed in the past:

    • Quit Xcode and clean out ~/Library/Developer/Xcode/DerivedData manually
    • clean and reset Xcode
    • reset Simulator
    • restart Xcode
    • eventually restart your macbook

    You can also do this but there may be some loss. Some times it helps though:

    • delete ~/Library/Caches/com.apple.dt.Xcode

    edit: Changing the resolution of your retina to "more space" will most likely fix your issue and you will get no more storyboard crashes. Thanks @Julian Ko!

提交回复
热议问题