We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I got a lot of error like this No member named 'Contexts' in namespace 'il2cpp::icalls::mscorlib::System::Runtime::Remoting'
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
2018.3.8f1
please help, I stuck in embedding Unity in iOS project for so long
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
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~
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: