Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No member named 'Contexts' in namespace 'il2cpp::icalls::mscorlib::System::Runtime::Remoting' #130

Open
vanessaaleung opened this issue May 1, 2019 · 2 comments

Comments

@vanessaaleung
Copy link

vanessaaleung commented May 1, 2019

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

@carlgik4
Copy link

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

@iHTCboy
Copy link

iHTCboy commented Aug 12, 2022

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~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants