起動画面にストーリーボード/ 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以降では、iPadの新しいマルチタスク機能をサポートするために、起動画面のLaunchScreen.storyboardを提供する必要があります。
スライドオーバーおよび分割ビューへの参加資格を無効にするには、UIRequiresFullScreen
キーをXcodeプロジェクトのInfo.plistファイルに追加し、ブール値YESを適用します。
Appleの 参照 (最後の段落を確認)またはセッション205をご覧くださいiOS 9でiPadのマルチタスクを始めよう @ 10:35。