Simulator on Xcode 10 became terribly slow

后端 未结 7 2085
走了就别回头了
走了就别回头了 2021-02-01 21:06

Everything worked perfect on Xcode 9. But after updating to Xcode 10, Simulator started to get huge lags. Super simple animation is working on 2 fps and whole Mac OS is super sl

7条回答
  •  情歌与酒
    2021-02-01 21:49

    I had same problem and this fixed it:

    defaults write com.apple.CoreSimulator.IndigoFramebufferServices FramebufferRendererHint X  
    

    Where X is:

    0 = auto

    1 = Metal

    2 = OpenCL

    3 = OpenGL

提交回复
热议问题