I\'m writing an app for the Iphone using Monotouch. When I deploy the application on my iphone I get the error at runtime Thu Mar 10 23:38:36 unknown UIKitApplication:com.xx
Type 0 are method trampolines. The parameter you want is
-aot "ntrampolines=4048"
From the mono man pages:
ntrampolines=[number] When compiling in full aot mode, the method trampolines must be precreated in the AOT image. You can add additional method trampolines with this argument. Defaults to 1024.
Alchemy already provided a good answer (upvote for that), I just want to sum up the different types and their default values.
Mono trampolines:
-aot "ntrampolines=xxxx"
(default: 1024)-aot "nrgctx-trampolines=xxxx"
(default: 1024)-aot "nimt-trampolines=xxxx"
(default: 128)source: http://www.kurokatta.org/grumble/2012/02/out-of-trampolines