Here's the scenario - I created a custom subclass of NSView, and the implementation is in a static library. The class never refers to the final executable, only from the Interface Builder XML file. Since it is not mentioned, it does not turn on at connection time, and as a result, the class cannot be found at runtime.
Is there a way to get it to be connected, another to thank the link dynamically, or to compile the class directly in the executable itself?
source
share