Xcode 9 iOS Simulator becoming black screen after installing Xcode 10 beta

后端 未结 7 1905
闹比i
闹比i 2021-01-04 04:11

I know that so many people have asked this question earlier. But I think my situation is different. In my case Xcode 9.2 was already installed and I upgraded macOS from 10.1

7条回答
  •  囚心锁ツ
    2021-01-04 04:59

    Try running defaults write com.apple.CoreSimulator.IndigoFramebufferServices FramebufferRendererHint 3 in Terminal (source). Note that this will force Simulator to use OpenGL instead of Metal, so you'll want to re-run it with 0 once this gets fixed.

提交回复
热议问题