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

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

    in my case: check your app delegate for method - didFinishLaunching. I had private and get the error. After remove "private" everything works fine

提交回复
热议问题