@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:
Screen Shot 2021-01-11 at 00.10.16.png
In the details you can see:
Screen Shot 2021-01-11 at 00.28.17.png
And the folder /arm/armoperand.h is nowhere to be found on my system nor in the latest scriptnode in git:
Screen Shot 2021-01-11 at 00.27.41.png
Beside /core/, supposedly we should find the /arm/ folder. Is there a fix? I´m trying to export to an iPad Air (1st gen).