Search code examples
iosmacosios-simulatorspringboard

I can't open the ios emulator, how to fix it?


enter image description here

I can't open the iOS emulator, how to fix it?

NB: I'm using Oracle VM VirtualBox.


Solution

  • Open CMD and navigate to VirtualBox directory

    cd "C:\Program Files\Oracle\VirtualBox\"
    VBoxManage setextradata "YourVMName" VBoxInternal/CPUM/IsaExts/AVX 0
    VBoxManage setextradata "YourVMName" VBoxInternal/CPUM/IsaExts/AVX2 0
    

    Orignal answer