HUGS icon indicating copy to clipboard operation
HUGS copied to clipboard

How do I get around the JIT fallback on iOS

Open skylerparr opened this issue 11 years ago • 2 comments

I'm getting this error when running on iOS:

ExecutionEngineException: Attempting to JIT compile method 'Array`1:Array_cast ()' while running with --aot-only.

How did you guys work around this error when developing your games?

skylerparr avatar Aug 08 '14 20:08 skylerparr

It seems like a Unity bug

Atry avatar Nov 13 '14 09:11 Atry

If your problem is related to closures, you may workaround it by apply https://github.com/HaxeFoundation/haxe/pull/3559

Atry avatar Nov 13 '14 10:11 Atry