Fra*_*s F 2 hackintosh ios ios-simulator macos-sierra xcode9-beta
我正在使用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.
Run Code Online (Sandbox Code Playgroud)
我还删除了我的Xcode 8.3.3只是为了确保它不会产生任何冲突,但仍然没有运气.任何帮助表示赞赏
小智 5
您可能正在使用Nvidia驱动程序.
从Mac OS Sierra开始,一些应用程序需要从驱动程序进行特殊签名,而Nvidia并没有这样做.
因此,某些应用程序仅显示空白窗口,例如iBooks或Xcode Instruments.你并不是唯一拥有这种"虫子"的人.
从Xcode 9 Beta 3开始,Xcode也需要签名.
要解决所有这些应用程序中的问题,您必须从github:Kext安装它来解决问题.
这为我自己解决了这个问题.