ios - A launch storyboard or xib must be provided unless the app requires full screen -


i don't use storyboard/xib launch screen , these errors in xcode7+.

- interface orientations must supported unless app requires full screen.  - launch storyboard or xib must provided unless app requires full screen. 

starting ios9 , xcode 7 required provide launchscreen.storyboard launch screen in order support new multitasking feature on ipad.

to opt out of being eligible participate in slide on , split view, add uirequiresfullscreen key xcode project’s info.plist file , apply boolean value yes.

find out more on apple's reference (check last paragraph) or watch session 205 getting started multitasking on ipad in ios 9 @ 10:35.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

php - Find a regex to take part of Email -