wwdc2019有session提出。到2020年4月,上架APP的启动图必须使用launchscreen.storyboard,不能再使用assert方式了.
因之前使用的是LaunchImage,xcode11.2会报如下错误
Images.xcassets: None of the input catalogs contained a matching launch image set named “LaunchImage”.
删除相关配置即可

WWDC2019宣布,自2020年4月起,所有上架App的启动图必须使用launchscreen.storyboard,取代传统的assert方式。本文介绍如何解决从LaunchImage过渡到storyboard时遇到的Xcode11.2错误,并指导开发者进行相应配置调整。
wwdc2019有session提出。到2020年4月,上架APP的启动图必须使用launchscreen.storyboard,不能再使用assert方式了.
因之前使用的是LaunchImage,xcode11.2会报如下错误
Images.xcassets: None of the input catalogs contained a matching launch image set named “LaunchImage”.
删除相关配置即可

1645
5925
8952

被折叠的 条评论
为什么被折叠?