iOS for VirtualBox [closed] iOS for VirtualBox [closed] ios ios

iOS for VirtualBox [closed]


VirtualBox is a virtualizer, not an emulator. (The name kinda gives it away.) I.e. it can only virtualize a CPU that is actually there, not emulate one that isn't. In particular, VirtualBox can only virtualize x86 and AMD64 CPUs. iOS only runs on ARM CPUs.


Additional to the above - the QEMU website has good documentation about setting up an ARM based emulator: http://qemu.weilnetz.de/qemu-doc.html#ARM-System-emulator


You could try qemu, which is what the Android emulator uses. I believe it actually emulates the ARM hardware.