Xamarin/MonoTouch: Unable to compile in “Link SDK only” mode due to missing symbols
问题 I am trying to compile my iOS application using MonoTouch in Link SDK only mode. It compiles completely fine if I turn off linking entirely but it also produces a colossal binary which is not suitable for release mode. Unfortunately, one of the libraries that I need somehow invokes Expression.Visit and I can't figure out how to instruct the linker to not strip it out. This results in this compilation error: Error MT2002: Failed to resolve "System.Linq.Expressions.Expression System.Linq