I proudly own a new MacBook Pro with M1 Processor.
Because of the M1 Ubuntu runs in Parallels in the MacBook only in the Ubuntu ARM64 version.
I failed to install Xojo 2022r4.1 in this circumstances?
Is there a way to run XOJO ide in this ARM64 environment.
I know that Xojo can compile ARM64 apps but does the ide already run there?
brgds. alex.
The IDE is not yet build for ARM64 and you can create a feature request requesting it.
Alternative would be to install rosetta inside the VM and then enable Linux to emulate x86 and run the Intel version of the IDE.
Or a VM software, that translates and runs an Intel Ubuntu version.
You can also run Xojo on the Mac side of things and remote debug on the Ubuntu end. Copy the debugger stub over to the VM and then run the software remotely. That way you can see your software running and still have access to the debugger. Until the IDE will run natively on ARM64.
2 Likes