I have a simple UIButton subclass that implements IBDesignable with an IBInspectable var:
UIButton
IBDesignable
IBInspectable
@IBDesignable class Button:
This issue can also be caused by including any categories or extensions on the view class in your test target.