[MonoTouch] linking dependency

Josh Handel jhandel at gmail.com
Tue Mar 13 17:32:45 UTC 2012


Howdy all,
   I am trying to wrap Localystics API and its dependent on a few
libraries (like sqlite).. I have read thru the binding documentation
but I am still confused where in MonoDevelop to put my extra GCC flags
to link libraries.. I need to link the following libraries (I think,
maybe more).

* libz.dylib
* UIKit.framework
* libsqlite3.dylib

It also uses Foundation.framework but I don't think thats an issue :-P

Thanks
Josh Handel
PS: Thanks for making a Binding Library project.. Last time I did
binding I had to do it all from commandline (ick).


More information about the MonoTouch mailing list