I have refactored some UIView sub-classes into a static library. However, when using Interface Builder to create view components for a project that uses the static library I
Add the same problem as LexH. It worked only when I called a dummy class method.
The problem was that I did not add my static library to the "link binary with libraries" under target.
Strangely everything else worked.
I followed this guide to link with my static lib Create static lib