No member named 'Contexts' in namespace 'il2cpp::icalls::mscorlib::System::Runtime::Remoting'
I got a lot of error like this No member named 'Contexts' in namespace 'il2cpp::icalls::mscorlib::System::Runtime::Remoting'
I've tried #119 #31 , still not working. I'm pretty sure I included all required header/library search paths.
Unity runtime version :2018.3.8f1
please help, I stuck in embedding Unity in iOS project for so long
check your Other C Flags, something like these, you can check from your exported iOS project:
$(inherited) -DINIT_SCRIPTING_BACKEND=1 -fno-strict-overflow -DNET_4_0 -DRUNTIME_IL2CPP=1 -DIL2CPP_MONO_DEBUGGER=1
check your Other C Flags, something like these, you can check from your exported iOS project:
$(inherited) -DINIT_SCRIPTING_BACKEND=1 -fno-strict-overflow -DNET_4_0 -DRUNTIME_IL2CPP=1 -DIL2CPP_MONO_DEBUGGER=1
thanks~