xamarin.ios - Xamarin iOS Error on try debug application on iPhone 5 -


when try debug application on device (iphone 5) error

mt2002: failed resolve "system.linq.expressions.blockexpression system.linq.expressions.expression::block(system.type,system.collections.generic.ienumerable`1)"

this bug marked solved don't us.

https://bugzilla.xamarin.com/show_bug.cgi?id=14765

you need change linq statement causing this. faced problem once (i using third party db), unfortunately actual devices don't support jit simulator does. linq statement differently.


Comments