-
-
Notifications
You must be signed in to change notification settings - Fork 822
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
Coffee.UIEffect.R.dll is causing build error on IOS #315
Comments
Thank you for your reporting! |
Hello here's the error screenshot and message, I also attached the required files to reproduce the error
We are using 2022.3.10f1, please try to use this version to reproduce it. additional info : |
Thank you 👍 |
🎉 This issue has been resolved in version 5.5.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
hello, thanks for the quick update, can you share the reason of the error? |
In older versions of IL2CPP, DLLs without an entry point were not supported. |
Describe the bug
Coffee.UIEffect.R.dll is causing build error on IOS, when the code stripping level is set to Low (set to minimal won't produce error)
To Reproduce
Steps to reproduce the behavior:
You can reproduce this on a empty project as well.
Expected behavior
Build success
Environment (please complete the following information):
Additional context
If you disable burst compiler (disable it via BurstCompiler AOT setting inside project setting), this issue will not occur as well.
I tried to add Coffee.UIEffect.R into link.xml to prevent it from stripping. but with burst compiler enable it will still resulting error when build.
Earlier version (pre-2024 Dec) won't have this issue because there's no such DLL exist.
The text was updated successfully, but these errors were encountered: