@Christoph-Hart said in iPad Build:
Oh, I haven't build iOS for a long time
The library that powers SNEX (asmjit, a x86 assembly code generator) does not support ARM (also Apple prevents the execution of JIT compiled code on iOS anyway), so I need to make sure it's excluded from compilation if you try to export to iOS.
Is this supposed to function in Scriptnode 2020-08-20? I got an issue with ARM, like so:
In the details you can see:
And the folder /arm/armoperand.h is nowhere to be found on my system nor in the latest scriptnode in git:
Beside /core/
, supposedly we should find the /arm/
folder. Is there a fix? I´m trying to export to an iPad Air (1st gen).