ViduraPrasangana
ViduraPrasangana

Reputation: 897

ios simulator stuck on apple logo on Virtual Box

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?

Upvotes: 15

Views: 5923

Answers (1)

ViduraPrasangana
ViduraPrasangana

Reputation: 897

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

Upvotes: 27

Related Questions