I created a new built-in framework. In the framework, I created a class called "WBButton", which is a subclass of UIButton. I set IB_DESIGNABLE and added IBInspectable attributes to allow configuration through the interface builder, as described here .
It works great when I test it from my frameworks (by adding a .xib sample and placing a button on the screen), but when I add a custom button to a folder in a project that contains a framework, I get a "Build Failed" message next to "Designables " (see below).
Also, what does “module” mean in the interface builder?

source share