作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我不得不跳过箍,但我几乎设法得到ServiceStack
使用 Monotouch
在 iOS 上工作在我的项目中。一个运行时 JIT
异常(exception)是坚持:
System.ExecutionEngineException: Attempting to JIT compile method 'ServiceStack.Text.Json.JsonTypeSerializer:GetWriteFn<int> ()' while running with --aot-only.
internal WriteObjectDelegate GetWriteFn<T>()
{
return JsonWriter<T>.WriteFn();
}
var ick = ServiceStack.Text.Json.JsonWriter<int>.WriteFn();
var erk = ServiceStack.Text.Json.JsonTypeSerializer.Instance.GetWriteFn<int>();
最佳答案
有一些通用的limitations现在在单点触控中。我认为你应该检查你的代码到其中之一。
关于xamarin.ios - 如何强制 Monotouch AOT Compiler 查看嵌套的泛型方法?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13830468/
我是一名优秀的程序员,十分优秀!