在文件Appdelegate.swift
方法didFinishLaunchingWithOptions launchOptions:中添加此段代碼
window = UIWindow(frame: UIScreen.main.bounds)
window?.rootViewController = MyTabBarController()
window?.makeKeyAndVisible()
同時(shí)在Info.plist中刪除Application requires iPhone environment