Not sure how to export Objective-C classes. Undefined symbols for architecture i386
问题 I'm trying to do some work on GTK+ on OSX and I'm having a little trouble because, to be honest, I'm not all that familiar with Objective-C. I have enough programming experience that I quickly got up to speed on the basic syntax, and I can look up what I need in documentation. But the problems I'm having are related to linking the library and exposing the classes to the program I'm linking to. GTK+ is a C library, but the OSX backend includes a couple Objective-C classes. They're not exposed