Well, I got it to work. One thing that is definitely part of getting it to work is that I added the following three "mtouch arguments" to the iPhone Build section of the Project Options window (found in the troubleshooting page - http://docs.xamarin.com/ios/troubleshooting - search for "Ran out of trampolines"):
-aot "ntrampolines=2048" -aot "nrgctx-trampolines=2048" -aot "nimt-trampolines=512" I'm not sure if all of them were necessary, but this got me to the point where I had a valid exception that was caught that I was able to fix and it was related to TimeZoneInfo.Local throwing a TimeZoneNotFoundException. I wasn't even seeing that exception getting thrown, however, until added those "mtouch arguments". Chris Tossing Software Engineer Touchcom A G4S Technology Company Direct Dial: +1 (781) 457-0779 Cell: +1 (847) 942-0359 [email protected] www.touchcominc.com 21 North Avenue, Burlington, Massachusetts USA Please consider the environment before printing this email The details of this company are as follows: Touchcom Inc, Registered Office: 21 North Avenue, Burlington, MA 01803. This communication may contain information which is confidential, personal and/or privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s), please note that any distribution, forwarding, copying or use of this communication or the information in it is strictly prohibited. Any personal views expressed in this e-mail are those of the individual sender and the company does not endorse or accept responsibility for them. Prior to taking any action based upon this e-mail message, you should seek appropriate confirmation of its authenticity. This e-mail has been scanned for all viruses by MessageLabs. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
