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

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

    Ran into this when opening some project from GitHub on Xcode 10.0.

    The pragmatic solution was: just hit 'Continue program execution' multiple times and probably disable your exception breakpoint. Apparently the exception was recoverable.

    It's not a real solution but it was good enough for me at that point.

提交回复
热议问题