None of the input catalogs contained a matching launch image set named "LaunchImage".

问题:

因为苹果最新上架政策的原因,LaunchImage没法用了,只能使用LaunchScreen.storyboard进行启动图构建。
然而在删除Assets文件中的LaunchImage之后,编译直接None of the input catalogs contained a matching launch image set named  "LaunchImage".

问题原因:

苹果当初启动页LaunchImage转LaunchScreen.xib - LaunchScreen.storyboard 历史遗留问题

解决方法:

在Build Setting 中有一个ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME 下的 Asset Catalog Launch Image Set Name 选项,其中String值Assets文件中的LaunchImage,删除就可以了!

None of the input catalogs contained a matching launch image set named  "LaunchImage".