this might help a bit with the frameworks thing: http://docs.xamarin.com/ios/advanced_topics/binding_objective-c_types/Binding_Types_Reference_Guide#LinkWithAttribute
especially LinkWithAttribute.Frameworks Alex Soto pointed me at a tool in MonoMac which might make a lot of it quicker once you have a .a output from xcode: hey nic do you have skype?? i can help you with it the tool you need is inside monomac its called parse.exe (you need to download a copy of maccore and monomac then run make from /monomac/src/ folder and it will generate parse.exe) https://github.com/mono/monomac/tree/master/src or just download it from here http://dl.dropbox.com/u/2058130/parse.exe all you have to do is mono parse.exe yourheaderfile.h but i must tell you that it just works as a starter point (worked great for me for DropBox, tho I ended up not using it) On Wed, Jun 13, 2012 at 6:01 AM, Pure Krome <[email protected]> wrote: > Hi folks, > > I'm trying to see if I could use the Janrain Engage social-sign in product > with MonoTouch. > > They have an IOS sdk and full obj-c instructions about how to do it > > 1) Code: https://github.com/janrain/engage.iphone > 2) How to use the code / instructions: > https://rpxnow.com/docs/iphone#quicker > > I've tried to follow those instructions and I can't get past step #7 > > "add the Security framework and the MessageUI framework to your project" > > Well, I can add those fine. But nothing compiles (in XCode). > > Also, the next step is real scary .. having to add obj-c .. but I'll deal > with that later. > > -- > > So .. has anyone tried using this library with MonoTouch? > Can someone maybe post some hints or a blog post or something or see if they > can get it to work with MT? > > Maybe this could be added to monotouch-samples or something? > > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/Newbie-MonoTouch-Janrain-Engage-tp4655337.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch -- Nic Wise t. +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise b. http://www.fastchicken.co.nz/ Earnest: Self-employed? Track your business expenses and income. http://earnestapp.com Nearest Bus: find when the next bus is coming to your stop. http://goo.gl/Vcz1p mobileAgent (for FreeAgent): get your accounts in your pocket. http://goo.gl/IuBU Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa London Bike App: Find the nearest Boris Bike, and get riding! http://goo.gl/Icp2 _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
