Andrew, That's a good question and I don't know the answer to that :-(
Are you linking with any other libraries that perhaps pull in those libraries by some other means? That said, I have started working on a fix for this type of issue that I hope to get into a future release of the MonoTouch binding tool which will embed hints to mtouch and MonoDevelop on what libraries a binding requires so that developers like you and Scheelings don't get bitten by this issue (it seems to be fairly common and is why I've started working on a solution). Part of the solution will likely end up in MonoTouch 4.2.0, but I hadn't accounted for handling of the -cxx and -lgcc_eh flag bits so the solution is incomplete. After I get those implemented, I want to port the monotouch-bindings repo to use my solution (as it should serve as a good test case for my solution to make sure it works as expected). Once that is done, expect to see me blog about it and have things magically work ;-) Jeff On Fri, Sep 9, 2011 at 2:39 AM, ayoung <[email protected]> wrote: > Ok. So after all that, why would it work for some, like me, who didn't use > the -cxx and -lgcc flags but for others it doesn't work? > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/Can-we-use-the-TestFlightApp-SDK-tp3770139p3800925.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
