I suddenly started getting this error while trying to Build…
Exception: Failed AOT cross compiling Boo.Lang.dll
I’m not using any Boo scripts, why would this happen?
I suddenly started getting this error while trying to Build…
Exception: Failed AOT cross compiling Boo.Lang.dll
I’m not using any Boo scripts, why would this happen?
Same thing just happened to me (fixed on Unity restart).
This has started happening to me repeatedly. Restarting Unity fixes it each time, but it is getting annoying.
Did you post a bug report?
this time restarting didnt work for me? I am digging to code but everything is looks fine :S
Yes I can confirm this. After restarting unity it works fine.
Sometimes you can get this Error when you work too fast. I think the main problem is, when you try to build during “unity remote” is in process. This can happen when you edit a script, save it and click on build before unity-remote process is finished.
I used javascript eval(“bla bla”) in some editor…That was causing issue.(I really solved in my dream )