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 <[email protected]> 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 > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch > >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
