Hi, We do not support creating native libraries that can be used from Xcode from managed assemblies.
It is however possible to use native libraries in MonoTouch, so if you still want to use Objective-C/Xcode for certain parts of an application, you can put those parts into a library and use them from MonoTouch. Rolf On Tue, Dec 13, 2011 at 10:32 PM, VoviciDerek <[email protected]> wrote: > > We are a .NET shop and our primary application is written in .NET. > > I was able to get much of our common application code to compile using a > "MonoTouch Library Project" > > We have an iOS team experienced in XCode and Objective C. > > Is it possible for us to compile our MonoTouch Library Project's into a > Native Assembly that can be used in an XCode iOS Project? > > And if so, what are the steps to do that? > > Thanks, > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/Using-a-MonoTouch-Library-Project-with-XCode-Application-tp4192148p4192148.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
