Using Xcode, I\'ve written a Cocoa Touch static library, mainly in C++. It exposes a C interface for the benefit of Objective-C client code.
I have a client iOS app that
Should be just a matter of adding -lc++ to the linker flags in the project settings, I'd have thought.
-lc++
Add it under "Other Linker Flags" under "Linking" section of the "Build Settings" tab on your project's settings.