[MonoTouch] Exception: JIT Compile
Tossing, Chris
ctossing at touchcominc.com
Fri Dec 9 12:42:26 EST 2011
Try adding the following to your mtouch arguments and see if it works. I, too, was getting strange, seemingly unexplained JIT issues only on the device.
Below is an excerpt from an email I sent to the mailing list about this:
===============
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 hope you are having the same problem (so that this helps you fix it).
Regards,
Chris Tossing
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monotouch/attachments/20111209/8db38f72/attachment.html
More information about the MonoTouch
mailing list