Xcode 9 beta 4 在 Hackintosh 10.12.6 上的空白模拟器屏幕

Blank Simulator screen for Xcode 9 beta 4 on Hackintosh 10.12.6

我使用的是 10.12.6 的 hackintosh 版本,我已经有 Xcode 8.3.3,它工作正常。今天我安装了 Xcode 9 beta 4,当我尝试 运行 它时,模拟器给我一个空白屏幕,上面有奇怪的图形,如下图所示,它永远保持这样。

我根据其他论坛尝试过的东西

1.Reinstall the Xcode beta
2.`rm -rf ~/Library/Developer/Xcode/DerivedData`
3.Open Xcode and delete all the simulators using the Window > Devices window
4.Take a backup of `~/Library/Developer/CoreSimulator/Devices/device_set.plist` and then remove the `com.apple.CoreSimulator.SimRuntime.iOS-9-0` key. 
5.Reinstall simulators within Xcode using the + in the lower-left of Window > Devices.

我还删除了我的 Xcode 8.3.3 以确保它不会造成任何冲突,但仍然没有成功。感谢任何帮助

您可能正在使用 Nvidia 驱动程序。
由于 Mac OS Sierra,一些应用程序需要驱动程序的特殊签名,而 Nvidia 没有这样做。
因此,某些应用程序仅显示空白 windows,例如 iBooks 或 Xcode Instruments。 You are not the only person with this "Bug". 由于 Xcode 9 Beta 3,Xcode 也需要签名。
要解决所有这些应用程序中的问题,您必须从 github 安装它:Kext to fix the problem. 这为我自己解决了问题。