-
-
Notifications
You must be signed in to change notification settings - Fork 379
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 ahead of time (AOT) code was generated. ( IL2CPP scripting backend) #220
Comments
Do you get this error just for a particular expression? Or for all? |
Hi @davideicardi, an error was acquired for all examples. Is there any way, settings I need to change for the Android build? |
@Vah94 Can you provide us a way to reproduce the problem in a linux or win machine? Otherwise for us can be difficult to fix the issue. |
@Vah94 you said it stopped working after the migration to 2.9.8, did it work with a previous version of DynamicExpresso? If you could find the last version where it worked, it would help us find what could cause the issue. |
Hi @metoule, previous version is 2.9.3 |
Hi @Vah94, happy new year! Just to confirm, it worked with 2.9.3, but failed with 2.9.4? |
TestProject(2D).zip |
Not sure if people are still interested in this topic. I just ran into the same problem. And I found the reason why it happened but could not find any solution. Tried linker.xml as recommended by documentation, it did not work (might be me doing it wrong). Here is why: |
I can try to help, but as you can immagine it can be difficult to understand for us. Here are the changes between 2.9.3 and 2.9.4: v2.9.3...v2.9.4 @Vah94 Can you confirm that these are the versions affected? |
Hi guys. Cant run an example on the Android platform after update 2.9.8 (Unity 2020.3.25f1 (64-bit))
ExecutionEngineException: Attempting to call method 'System.Linq.Expressions.Interpreter.LightLambda::MakeRun1<System.Int32,System.Boolean>' for which no ahead of time (AOT) code was generated.
The text was updated successfully, but these errors were encountered: