web-dev-qa-db-ja.com

アプリが全画面表示を必要としない限り、起動ストーリーボードまたはxibを提供する必要があります

起動画面にストーリーボード/ 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.
67
Sahil Kapoor

IOS9およびXcode 7以降では、iPadの新しいマルチタスク機能をサポートするために、起動画面のLaunchScreen.storyboardを提供する必要があります。

スライドオーバーおよび分割ビューへの参加資格を無効にするには、UIRequiresFullScreenキーをXcodeプロジェクトのInfo.plistファイルに追加し、ブール値YESを適用します。

Appleの 参照 (最後の段落を確認)またはセッション205をご覧くださいiOS 9でiPadのマルチタスクを始めよう @ 10:35。

118
Tomas Camin

セットRequires full screentoYESターゲット内。

Requires full screen

86
Jakub Truhlář