Error IoS build

0 votes
asked Aug 21, 2019 by andrewmm (120 points)
i`m getting this error when run my app in IoS , in the version 2.3.0 it run normaly .

ObjectDisposedException: Cannot access a disposed object.
Object name: 'easyar.DelayedCallbackScheduler'.
  at easyar.RefBase.get_cdata () [0x00000] in <00000000000000000000000000000000>:0
  at easyar.DelayedCallbackScheduler.runOne () [0x00000] in <00000000000000000000000000000000>:0
  at easyar.EasyARBehaviour.Update () [0x00000] in <00000000000000000000000000000000>:0
  at easyar.Optional`1[T].ToString () [0x00000] in <00000000000000000000000000000000>:0
  at System.Array.GetGenericValueImpl[T] (System.Int32 pos, T& value) [0x00000] in <00000000000000000000000000000000>:0
  at System.Array.GetGenericValueImpl[T] (System.Int32 pos, T& value) [0x00000] in <00000000000000000000000000000000>:0
  at System.Array.GetGenericValueImpl[T] (System.Int32 pos, T& value) [0x00000] in <00000000000000000000000000000000>:0
easyar.Optional`1:ToString()
System.Array:GetGenericValueImpl(Int32, T&)
System.Array:GetGenericValueImpl(Int32, T&)
System.Array:GetGenericValueImpl(Int32, T&)
 
(Filename: currently not available on il2cpp Line: -1)

1 Answer

0 votes
answered Sep 2, 2019 by houzhiyuan (200 points)
what sample did you run?
Welcome to EasyAR SDK Q&A, where you can ask questions and receive answers from other members of the community.
...