iOS Simulator crashes after boot with “available but has no defaultDisplay”

后端 未结 1 1772
天涯浪人
天涯浪人 2020-12-23 16:47

While running a project into the simulator, it crashes after booting:

Crash: \'NSInternalInconsistencyException\', reason: \'Device , Booted)         


        
相关标签:
1条回答
  • 2020-12-23 17:40

    Close all simulators and just run

    sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService
    

    to restart the service. All simulators will launch as usual.

    0 讨论(0)
提交回复
热议问题