Ever since I updated to Xcode 7.1.1, my Swift / Metal based iOS project has been greeting me with the warning above. Everywhere I go looking for help, everyone tells me "just check the Requires full screen option" or "Add a launch screen to your project".
Thing is, I already have a proper storyboard launch screen, and my app should have no qualms whatsoever with the new multitasking features of iOS 9.
So, what I would like to know is, what should I do in order to actually ensure that my app supports all interface orientations and make this warning disappear? This is new to me, to be honest, so I don't know where to go to check this stuff in my project.
Any pointers will be highly appreciated.