I am using the MonoTouch build of Service Stack from https://github.com/ServiceStack/ServiceStack/tree/master/release/latest/MonoTouch
When run on a iPad, I get a JIT error. I thought MonoTouch took care of that in the build?
Attempting to JIT compile method
'ServiceStack.Text.Json.JsonReader`1<Common.AppCategoryEnum>:GetParseFn ()' while running
with --aot-only.
I use the DLLS:
- ServiceStack.Common.dll
- ServiceStack.Interface.dll
- ServiceStack.Text.dll
And only this single call:
new JsonServiceClient ().GetAsync<MyResponse> (url, Success, Failure);