I am getting an error while trying to deserialize an XML file on IOS.
System.NotSupportedException: il2cpp/il2cpp/libil2cpp/icalls/mscorlib/System.Reflection.Emit/AssemblyBuilder.cpp(20) : Unsupported internal call for IL2CPP:AssemblyBuilder::basic_init - System.Reflection.Emit is not supported.
It works fine on Developer mode on computer and on Android. Can anyone help me? The only help I can find when I search online is that a similar error is present with JSON and it can be solved by using another JSON library.