yasirkula / UnityIonicIntegration

A guide to integrating Unity 3D content into an Ionic app and sending messages between them (for Android & iOS)(tested with Vuforia plugin)
104 stars 32 forks source link

No Members named "*" in namespace "il2cpp::icalls::mscorlib::System::reflection::..." #59

Closed hrnbot closed 3 years ago

hrnbot commented 4 years ago

We Followed all the steps mentioned in Unity 2018.4.2,Unity 2018.4.4 with .net 4.x and .net standard 2.0 ionic version 3 and 4 still getting some errors like No Members named "*" in namespace "il2cpp::icalls::mscorlib::System::reflection::..." there are total 19 errors like this... these all errors are from file Bulk_mscorlib_8.cpp

issues

yasirkula commented 4 years ago

Does this possibly help: https://github.com/yasirkula/UnityIonicIntegration/issues/47#issuecomment-471241643

P.S. If possible, you can also try using the deprecated .NET 2.0 runtime. Although it is deprecated, it is very stable since it was used for years in older Unity versions.

hrnbot commented 3 years ago

It solved...

yasirkula commented 3 years ago

@hrnbot Happy to hear that. How did you resolve the issue?