If the output is an .app file then the Xcode project is the wrong project 
type. It should be Xcode > File > New > New Project > iOS > Framework & Library 
> Cocoa Touch Static Library. You can use that project template to build 
yourself a static library. Just include all the files you need for the 
MGSplitViewController class and build.


On Monday, September 26, 2011 at 7:27, Jeff Stedfast [via MonoTouch] wrote:

>  Hi,
> 
> Unfortunately I do not know enough about Xcode, but you'll have to figure out 
> how to build a static library (it looks like the MGSplitViewController 
> project is building an app, not a library). If I knew how to do that, I'd 
> tell you... sadly, I do not. I had similar problems a while back trying to 
> bind ATMHud and ended up trying to manually write Makefiles to build the 
> static library but gave up. 
> 
> Jeff
> 
> On Sun, Sep 25, 2011 at 11:58 PM, competent_tech <[hidden email] 
> (/user/SendEmail.jtp?type=node&node=3843929&i=0)> wrote:
> > First, let me state that I am an absolute novice in Mac programming and have
> >  next to no experience with XCode. I have also spent an inordinate amount of
> >  time trying to find solutions online, including purchasing some books, but
> >  am unable to make any progress.
> > 
> >  My problem is that I am trying to build MGSplitViewController for use in my
> >  monotouch application. I have the code in xcode and have successfully built
> >  the release version for the simulator and I have also downloaded and built
> >  the Monotouch bindings dll.
> > 
> >  Now what?
> > 
> >  I have tried following the Monotouch page
> >  
> > (http://wiki.ios.xamarin.com/HowTo/Interop/Consuming_3rd_Party_ObjC_Libraries)
> >  on consuming 3rd party libraries, but I cannot find a .a file anywhere.
> >  There are only two files that are produced in the release directory:
> >  MgSplitView.app and MgSplitView.app.dSYM.
> > 
> >  Monodevelop won't let me link either of these files, so I don't know how on
> >  earth to get this library included into the application.
> > 
> >  Can anyone shed any light, even if it is a pointer to existing
> >  documentation?
> > 
> > 
> >  --
> >  View this message in context: 
> > http://monotouch.2284126.n4.nabble.com/How-to-use-third-party-bindings-tp3842670p3842670.html
> >  Sent from the MonoTouch mailing list archive at Nabble.com 
> > (http://Nabble.com).
> >  _______________________________________________
> >  MonoTouch mailing list
> > [hidden email] (/user/SendEmail.jtp?type=node&node=3843929&i=1)
> > http://lists.ximian.com/mailman/listinfo/monotouch
> 
> 
> _______________________________________________ 
> MonoTouch mailing list 
> [hidden email] (/user/SendEmail.jtp?type=node&node=3843929&i=2) 
> http://lists.ximian.com/mailman/listinfo/monotouch
> 
> 
> If you reply to this email, your message will be added to the discussion 
> below: 
> http://monotouch.2284126.n4.nabble.com/How-to-use-third-party-bindings-tp3842670p3843929.html
>  
>  To start a new topic under MonoTouch, email 
> ml-node+s2284126n3346893...@n4.nabble.com 
> (mailto:ml-node+s2284126n3346893...@n4.nabble.com) 
>  To unsubscribe from MonoTouch, click here 
> (http://monotouch.2284126.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=3346893&code=YW5kcmV3ZHlvdW5nQGdtYWlsLmNvbXwzMzQ2ODkzfDE5MjczODc4ODI=).
>  



--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/How-to-use-third-party-bindings-tp3842670p3844543.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to