[MonoTouch] linker issue?

2012-01-25 Thread Pavel Sich
Could somebody tell me what is wrong? Jan 25 12:52:11 unknown UIKitApplication:socialstormtouch[0x82fb][10721] Notice: Unhandled Exception: System.ExecutionEngineException: Attempting to JIT compile method

Re: [MonoTouch] linker issue?

2012-01-25 Thread Sebastien Pouliot
Hello Pavel, This unlikely to be a linker issue (even less if a [Preserve] attribute was added). You can confirm this by using the same linker settings in the simulator builds. If it works then this is not a linker issue but, more likely, one of the AOT/generic limitations. Regards, Sebastien