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

前端 未结 7 604
耶瑟儿~
耶瑟儿~ 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.

    0 讨论(0)
提交回复
热议问题