Xcode 7ベータ版でプロジェクトを開いたところ、Xcode 6にはない次の警告が表示されます。
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.
アプリはデバイスのみに縦向きを使用し、私はそれをそのように設定しています。また、iphoneとipadの両方のインターフェース用のストーリーボードもあります。これらの警告が表示される理由を判断できません。これはXcode 7のベータバグですか?