标签: iphone xamarin.ios ios-simulator
答案 0 :(得分:1)
当方法返回结构(而非类)时,有一个ABI bug会影响MonoTouch,如 RectangleF ,会导致类似的崩溃。设备构建(使用不同的ABO)不受此问题的影响。
解决方法是避免重写返回结构的方法,例如:
public override RectangleF RectangleForPreview (UIDocumentInteractionController controller)