UIButton with IB_DESIGNABLE throws runtime attribute warning and does not render in Interface Builder

前端 未结 7 655
耶瑟儿~
耶瑟儿~ 2021-01-30 12:59

I\'m running Xcode 6.1 and I have been using IB_DESIGNABLE with IBInspectable for quite a few projects already but all of the sudden it just doesn\'t work anymore. I have create

7条回答
  •  执念已碎
    2021-01-30 13:48

    I had this error, when has two targets. One with my main project and other with target, where i hold designable classes (for faster build).
    The issue was that in storyboard there were missing a Module.

提交回复
热议问题