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
LexH, try linking with the -ObjC flag when building your static library. That worked for me... for about a year :-) I found this post as the problem has returned with a fresh OSX install and an upgrade in xcode. But it worked in XCode 3.1.2.