以下是摘要:
libMobileGestalt MobileGestalt.c:890:MGIsDeviceOneOfType不是 在该平台上受支持
。
我已将应用程序从Swift 2更新到4.2。大多数错误修复只是在更新语法。
任何能帮助解决此问题的见解将不胜感激!
private func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: Any]?) -> Bool {
setConstants()
window = UIWindow(frame: UIScreen.main.bounds)
window!.rootViewController = RootViewController.sharedInstance
window!.makeKeyAndVisible()
preloadKeyboard()
return true
}
RootViewController的共享实例:
static let sharedInstance = RootViewController(nibName: "RootViewController", bundle: nil)
为什么这不是重复的问题: