[MonoTouch] [Monotouch] Using framework library

Jeff Stedfast jeff at xamarin.com
Sun Mar 25 22:28:02 UTC 2012


Hi Pavel,

Most Frameworks are really the same as statically linked libraries, so you
can just rename MyFramework.framework/MyFramework to libMyFramework.a and
then use them like a normal static library.

Hope that helps,

Jeff

On Sun, Mar 25, 2012 at 4:18 PM, Pavel Sich <pavel.sich at me.com> wrote:

>  I have an objective C library that is distributed as Framework (not .a
> file), I have difficulties to link it with MonoTouch project. Using the
> -framework switch on gcc flags seems not picking it up.
>
> Any ideas/advices?
>
> Any help is much appreciated.
>
> -Pavel
>
> --
> Pavel Sich
> @sichy
>
>
> _______________________________________________
> 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/20120325/81d79d1f/attachment.html>


More information about the MonoTouch mailing list