iOS Simulator (11.1) that comes with Xcode 11.1 GM Seed seems to be unable to boot iOS 13.1 devices

前端 未结 2 1748
栀梦
栀梦 2020-12-08 07:41

I am running Mac OS X Mojave 10.14.6. The only app I have installed is a freshly downloaded Xcode 11.1 GM Seed (11A1027). There are no prior files, projects or apps on this

2条回答
  •  囚心锁ツ
    2020-12-08 08:05

    I had the same issue. Disabling AVX/AVX2 solved for me.

    VBoxManage setextradata "$vm_name" VBoxInternal/CPUM/IsaExts/AVX 0
    VBoxManage setextradata "$vm_name" VBoxInternal/CPUM/IsaExts/AVX2 0
    

提交回复
热议问题