Xcode 中缺少启动图像源
Posted
技术标签:
【中文标题】Xcode 中缺少启动图像源【英文标题】:Missing Launch Images Source in Xcode 【发布时间】:2020-05-16 16:24:29 【问题描述】:我正在尝试设置 Launc Images Source,但在 General > Target > App Icons and Launch Images 上看不到它。
我应该有:
但在我的 Xcode 上,我有:
为什么?
【问题讨论】:
这能回答你的问题吗? Xcode 11 UILaunchImages has been deprecated, use launch storyboards instead Warning 【参考方案1】:它在 Xcode 11 中已弃用。请改用 launchscreen.storyboard
。这是link供参考。
【讨论】:
以上是关于Xcode 中缺少启动图像源的主要内容,如果未能解决你的问题,请参考以下文章