https://github.com/ServiceStack/ServiceStack/tree/master/release/latest/MonoTouchのサービス スタックの MonoTouch ビルドを使用しています。
iPad で実行すると、JITエラーが発生します。MonoTouchがビルドでそれを処理したと思いましたか?
Attempting to JIT compile method
'ServiceStack.Text.Json.JsonReader`1<Common.AppCategoryEnum>:GetParseFn ()' while running
with --aot-only.
私はDLLを使用します:
- ServiceStack.Common.dll
- ServiceStack.Interface.dll
- ServiceStack.Text.dll
そして、この単一の呼び出しのみ:
new JsonServiceClient ().GetAsync<MyResponse> (url, Success, Failure);