简体   繁体   English

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

[英]Blank Simulator screen for Xcode 9 beta 4 on Hackintosh 10.12.6

I'm using hackintosh version of 10.12.6 and I already have Xcode 8.3.3 which works fine. 我正在使用10.12.6的hackintosh版本,并且我已经拥有运行良好的Xcode 8.3.3。 Today I installed Xcode 9 beta 4 and when I try to run it, the simulator is giving me blank screen with weird graphics like in below image and it stays like that forever. 今天,我安装了Xcode 9 beta 4,当我尝试运行它时,模拟器为我提供了带有奇怪图形的空白屏幕,如下图所示,并且一直保持不变。

在此处输入图片说明

Things I tried as per other forums 我在其他论坛上尝试过的事情

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.

I've also removed my Xcode 8.3.3 just to ensure it doesn't create any conflict but still no luck. 我还删除了Xcode 8.3.3,以确保它不会造成任何冲突,但仍然没有运气。 Any help is appreciated 任何帮助表示赞赏

You are probably using the Nvidia drivers. 您可能正在使用Nvidia驱动程序。
Since Mac OS Sierra, some Applications require special signing from drivers, which Nvidia is not doing. 从Mac OS Sierra开始,某些应用程序需要驱动程序进行特殊签名,而Nvidia则没有这样做。
Because of this, some Applications only show blank windows, for example iBooks or Xcode Instruments. 因此,某些应用程序仅显示空白窗口,例如iBooks或Xcode Instruments。 You are not the only person with this "Bug". 您不是唯一拥有此“错误”的人。 Since Xcode 9 Beta 3, Xcode needs the signing as well. 从Xcode 9 Beta 3开始,Xcode也需要签名。
To fix the issues in all of those applications, you have to install this from github: Kext to fix the problem. 要解决所有这些应用程序中的问题,必须从github: Kext安装它以解决问题。 This fixed the problem for myself. 这为我自己解决了这个问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM