Export an `OBJC_CLASS` from one static lib as part of another
问题 I want to create a static library (actually, a framework, but I know how to do that part) that bundles up code from, among other things, another static library. However, the OBJC_CLASS exports from the original library end up as undefined symbols. For example, in Xcode 5.1.1 (using default settings/choices at every step, unless otherwise specified): Create a new "iOS Framework & Library Cocoa Touch Static Library" project named LibA. Build (for either simulator or a real device, doesn't