I'm not seeing any of the code samples in your message On Sun, Oct 14, 2012 at 6:50 PM, Baramuse <[email protected]> wrote:
> Hi there, > > So like I guess anybody else here, I caught my first "Attempting to JIT > compile method" exception. > I've read a LOT about it, but still I can't understand how to fix mine... > > I'm using Mono.UPNP for an iPad project, works flawlessly on the simulator, > was thrilled about it, but then, when I finally got ti try it on the > device...how disappointed :( > > Anyway, I'm asking here for somebody to point me out the possible solution, > and maybe try to explain how he came to get the fix : I mean, I understand > it is about the AOT not being able to predicate something so cannot AOT the > call, so when I call it, it tries to compile it JIT and that's not allowed > by the Apple OS. > Ok, and this has something to do with generics, that's why the AOT cannot > predicate. > Ok, so I have to chase wich generic method, and try to "dummy instantiate" > to give a hint for the AOT compiler right ? > But which call really is posing problem, how can I "dummy instantiate" ? > > Here is the call : > > > inside call maybe : > > > And full exception : > > > Is that enough? If you need some more code... > is that "fixable"? > Should I just forget about trying to use Mono.UPNP ? > > Thanks a lot for those who read all of that :) > > > > > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/yet-another-Attempting-to-JIT-compile-method-really-need-to-understand-how-tp4657496.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
