Xcode 4, Interface Builder and the Awareness of Classes in a Static Library
Although Xcode 4 is advertised being aware of cross-project classes of projects in a shared workspace, I didn't find this working and did some research about the problem. The common solution discussed in many threads around here is, to create a static library and link your projects against it. I therefore followed Jonah's guide ( http://blog.carbonfive.com/2011/04/04/using-open-source-static-libraries-in-xcode-4/ ) and created a static library to share frequently used subclasses of UIView with multiple projects. With some trial and error experience and troubleshooting, I found this solution