[MonoTouch] Binding to 3rd party frameworks
Jeff Stedfast
jeff at xamarin.com
Mon Oct 24 10:45:10 EDT 2011
Hi Andrew,
I'm not sure where that error is coming from, but it sounds like maybe the
.a you are linking against is meant only for device. Does the native library
you bound include i386 symbols?
You can use `file libMyThirdPartyLibrary.a` to find out if it is a universal
binary with support for multiple architectures (and which archs those are).
Jeff
On Fri, Oct 21, 2011 at 7:48 PM, Andrew Young <andrewdyoung at gmail.com>wrote:
> 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
> MonoTouch at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monotouch
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monotouch/attachments/20111024/bfb0c79d/attachment.html
More information about the MonoTouch
mailing list