Xcode 6.3 freezes/hangs after opening XIB file

前端 未结 10 1310
离开以前
离开以前 2020-12-12 13:35

After upgrading to Xcode 6.3 (release version), Xcode now freeze every time I open a XIB/Storyboard file that includes an IB_DESIGNABLE view that uses a cu

10条回答
  •  离开以前
    2020-12-12 13:58

    As a workaround,I just commented out all the @IBDesignable markup in my handful of custom components that use this. When I did that, yes I lose ability to tweak the settings in Interface Builder, but it allowed me to at least open the .xib files w/out XCode crashing.

    I will simply un-comment those @IBDesignable lines when Apple comes up w/ a fix.

提交回复
热议问题