iPad Build
-
Hey, I tried to debug simple synth on iPad but I got some error, I have latest script node. How I can fix it :)
-
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.
But I think I'll resume iOS development in the short term future for a project, so this will be taken care of then.
-
@Christoph-Hart oh ok :)
-
@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).