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 <
[email protected]> 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.
> _______________________________________________
> MonoTouch mailing list
> [email protected]
> http://lists.ximian.com/mailman/listinfo/monotouch
>
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to