I'm building a static lib in Xcode that links to a 3rd party framework (not a native iOS .framework). After creating the bindings and adding it to my MonoTouch proj, I get a "Undefined symbols for architecture i386" from mtouch. It is trying to reference a header that belongs to the 3rd party framework.
How should I handle this?
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
