4

Does MonoTouch allow to create iPhone static libraries? If yes how it can be done?

skaffman
  • 398,947
  • 96
  • 818
  • 769
sashaeve
  • 9,387
  • 10
  • 48
  • 61
  • 2
    go to this link http://stackoverflow.com/questions/2604033/is-monotouch-now-banned-on-the-iphone –  Jan 14 '11 at 17:43
  • I would also like to know if MonoTouch can create a native static library for iOS, instead of an application. Did you ever find out? – Ergwun Mar 22 '12 at 04:52
  • Not directly an answer, but this will allow you to call MonoTouch code from Objective-c: http://stackoverflow.com/questions/1522260/is-there-a-way-to-mix-monotouch-and-objective-c – Ben Lings Mar 29 '12 at 16:00

1 Answers1

0

Yes.

New Project -> C# -> MonoTouch -> MonoTouch Library Project

Herman Schoenfeld
  • 8,464
  • 4
  • 38
  • 49