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

后端 未结 18 2048
执笔经年
执笔经年 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:32

    This error will only occur when testing/debugging on simulators.

    The newer the simulator the better.

    Case: I run simulator iPhone 8 plus I got this message in the debugger.

    Solution: I changed to a newer simulator no error message in the debugger.

提交回复
热议问题