我正在使用10.12.6的hackintosh版本,并且我已经拥有运行良好的Xcode 8.3.3。今天,我安装了Xcode 9 beta 4,当我尝试运行它时,模拟器为我提供了带有奇怪图形的空白屏幕,如下图所示,并且一直保持不变。

ios - Hackintosh 10.12.6上Xcode 9 beta 4的空白模拟器屏幕-LMLPHP

我在其他论坛上尝试过的事情

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则没有这样做。
因此,某些应用程序仅显示空白窗口,例如iBooks或Xcode Instruments。 You are not the only person with this "Bug".
从Xcode 9 Beta 3开始,Xcode也需要签名。
要解决所有这些应用程序中的问题,必须从github安装它:Kext to fix the problem.
这为我自己解决了这个问题。

关于ios - Hackintosh 10.12.6上Xcode 9 beta 4的空白模拟器屏幕,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/45367584/

10-12 00:34
查看更多