-
Couldn't load subscription status.
- Fork 174
Description
I wrote a test case like this.
Test.cs.zip
This it what i got:
Unhandled Exception: System.InvalidOperationException: An AOT error is occurred. MessagePackSerializer.PrepareType<System.Int32> is should be called in advance. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.InvalidOperationException: An AOT error is occurred. MessagePackSerializer.PrepareType<System.Int32> is should be called in advance. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ExecutionEngineException: Attempting to call method 'MsgPack.Serialization.SerializationContext::GetSerializer' for which no ahead of time (AOT) code was generated.
I couldn't get it run on iOS device.
Do you have any suggestions? Thank you in advance!