除非应用程序要求全屏,否则必须提供启动故事板或xib

我不使用storyboard / xib作为启动屏幕,并在Xcode7 +中获取这些错误。

- All interface orientations must be supported unless the app requires full screen. - A launch storyboard or xib must be provided unless the app requires full screen. 

从iOS9和Xcode 7开始,您需要为启动屏幕提供LaunchScreen.storyboard,以支持iPad上的新多任务function。

要select退出幻灯片和拆分视图, UIRequiresFullScreen键添加到Xcode项目的Info.plist文件中,并应用布尔值YES。

了解更多有关Apple的参考资料 (查看最后一段)或观看会话。

在你的目标中设置Requires full screenYES

需要全屏