我没有使用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.
Run Code Online (Sandbox Code Playgroud) 我正在开发一款通用的应用程序,可以在iPad上使用所有方向,只在iPhone 上使用肖像.该应用程序适用于iOS 9兼容iPad上的分屏多任务,但我有这样的警告:
All interface orientations must be supported unless the app requires full screen
Run Code Online (Sandbox Code Playgroud)
我的应用程序不需要全屏.它仅限于iPhone上的肖像......不应该没问题吗?有没有办法只在iPhone上声明需要全屏?
提前致谢
顺便说一下,我正在使用Xcode 7.3.1