Invalid bundle. Because your app supports Multitasking on iPad, you need to include the LaunchScreen.storyboard launch storyboard file in your com.xxxx.xxxx bundle. Use UILaunchScreen instead if the app’s MinimumOSVersion is 14 or higher and you prefer to configure the launch screen without storyboards. For details, see: https://developer.apple.com/documentation/bundleresources/information_property_list/uilaunchstoryboardname
最近上传包,遇到这个报错,网上查都说 勾选 request full screen 就好了。但是如果我不想全屏呢?我就要多任务功能。
仔细看一下报错信息后面的网站,里面有一段
明确说明不带扩展名。再一看info.plist 默认是带拓展的。直接删除扩展名。
重试,大功告成。