美文网首页
Because your app supports Multit

Because your app supports Multit

作者: Dolway | 来源:发表于2022-11-10 19:57 被阅读0次

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 就好了。但是如果我不想全屏呢?我就要多任务功能。
仔细看一下报错信息后面的网站,里面有一段


image.png

明确说明不带扩展名。在一看info.plist 默认是带拓展的。直接删除扩展名。
重试,大功告成。

相关文章

网友评论

      本文标题:Because your app supports Multit

      本文链接:https://www.haomeiwen.com/subject/iswtxdtx.html