Advertisement
Guest User

error IOS

a guest
Nov 20th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. NotSupportedException: /Users/builduser/buildslave/unity/build/External/il2cpp/il2cpp/libil2cpp/icalls/mscorlib/System.Reflection.Emit/DynamicMethod.cpp(19) : Unsupported internal call for IL2CPP:DynamicMethod::create_dynamic_method - System.Reflection.Emit is not supported.
  2. at System.Reflection.Emit.DynamicMethod.CreateDynMethod () [0x00000] in <filename unknown>:0
  3. at System.Reflection.Emit.DynamicMethod.CreateDelegate (System.Type delegateType) [0x00000] in <filename unknown>:0
  4. at fastJSON.Reflection.CreateGetMethod (System.Type type, System.Reflection.PropertyInfo propertyInfo) [0x00000] in <filename unknown>:0
  5. at fastJSON.Reflection.GetGetters (System.Type type, Boolean ShowReadOnlyProperties, System.Collections.Generic.List`1 IgnoreAttributes) [0x00000] in <filename unknown>:0
  6. at fastJSON.JSONSerializer.WriteObject (System.Object obj) [0x00000] in <filename unknown>:0
  7. at fastJSON.JSONSerializer.WriteValue (System.Object obj) [0x00000] in <filename unknown>:0
  8. at fastJSON.JSONSerializer.ConvertToJSON (System.Object obj) [0x00000] in <filename unknown>:0
  9. at fastJSON.JSON.ToNiceJSON (System.Object obj, fastJSON.JSONParameters param) [0x00000] in <filename unknown>:0
  10. at LandingMenu.Login () [0x00000] in <filename unknown>:0
  11. at UnityEngine.Events.InvokableCallList.Invoke (System.Object[] parameters) [0x00000] in <filename unknown>:0
  12. at UnityEngine.EventSystems.ExecuteEvents.Execute[T] (UnityEngine.GameObject target, UnityEngine.EventSystems.BaseEventData eventData, UnityEngine.EventSystems.EventFunction`1 functor) [0x00000] in <filename unknown>:0
  13. at UnityEngine.EventSystems.StandaloneInputModule.ProcessTouchPress (UnityEngine.EventSystems.PointerEventData pointerEvent, Boolean pressed, Boolean released) [0x00000] in <filename unknown>:0
  14. at UnityEngine.EventSystems.StandaloneInputModule.ProcessTouchEvents () [0x00000] in <filename unknown>:0
  15. at UnityEngine.EventSystems.StandaloneInputModule.Process () [0x00000] in <filename unknown>:0
  16. UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1)
  17. UnityEngine.EventSystems.StandaloneInputModule:ProcessTouchPress(PointerEventData, Boolean, Boolean)
  18. UnityEngine.EventSystems.StandaloneInputModule:ProcessTouchEvents()
  19. UnityEngine.EventSystems.StandaloneInputModule:Process()
  20.  
  21. (Filename: currently not available on il2cpp Line: -1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement