"Unknown class <MyClass> in Interface Builder file" error at runtime
        Posted  
        
            by jhoule
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by jhoule
        
        
        
        Published on 2009-11-12T22:33:53Z
        Indexed on 
            2010/06/10
            7:12 UTC
        
        
        Read the original article
        Hit count: 358
        
Even though Interface Builder is aware of a MyClass, I get an error when starting the application.
This happens when MyClass is part of a library, and does not happen if I compile the class directly in the application target.
© Stack Overflow or respective owner