Xcode Error on Simulator: MGIsDeviceOneOfType is not supported on this platform

后端 未结 18 2058
执笔经年
执笔经年 2020-12-02 10:55

I have a very simple application with a single view, containing several UILabels. Upon running in Simulator, the Xcode console returns the error:

libM

18条回答
  •  伪装坚强ぢ
    2020-12-02 11:41

    I was facing same problem but I've successfully dropped it with below things:

    1. Shutdown simulator,
    2. Shutdown Xcode,
    3. Re-open Xcode and simulator

    I hope it will help.

提交回复
热议问题