Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Build static library in monotouch

Is it possible to build a static library using MonoTouch that can be used by Xcode developers? What about the headers?

I come from a C# background and I have a large library to port over to iOS.

It'd save me oodles of time if I could keep it in C# and adjust as needed.

like image 401
Darthg8r Avatar asked Nov 04 '22 07:11

Darthg8r


1 Answers

AFAIK it is not possible. See here:

MonoTouch: talking from Obj-C to MonoTouch

Which links to a project that tries to do what you want:

http://www.guidebee.biz/forum/redirect.php?fid=16&tid=176&goto=nextoldset

like image 165
Krumelur Avatar answered Nov 09 '22 18:11

Krumelur