13

I`m using mac os by installing it on the virtual box on my windows computer. I have installed Xcode. When I open the iOS simulator it will show a progress bar and later shows the apple logo. Then it will not go further. Always showing the apple logo and simulator will not open the UI. Has anyone a solution?

ViduraPrasangana
  • 858
  • 9
  • 17

1 Answers1

25

If anyone has the same issue here is the solution I found. check this answer https://stackoverflow.com/a/58466749/10393174

Add "C:\Program Files\Oracle\VirtualBox\" into your system variables and run below commands in cmd

VBoxManage setextradata "$vm_name" VBoxInternal/CPUM/IsaExts/AVX 0
VBoxManage setextradata "$vm_name" VBoxInternal/CPUM/IsaExts/AVX2 0
ViduraPrasangana
  • 858
  • 9
  • 17