我使用的是hackintosh版本的10.12.6,而且我已经有了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只是为了确保它不会产生任何冲突,但仍然没有运气。任何帮助表示赞赏
答案 0 :(得分:5)
您可能正在使用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. 这为我自己解决了这个问题。