由于 "Launch storyboard not found",无法将项目上传到 App Store(错误 ITMS-90705)

Can't upload a project to the App Store because of "Launch storyboard not found" (ERROR ITMS-90705)

我正在 Swift 编写一个 iOS 应用程序,没有故事板。

我可以 运行 在模拟器和我的物理设备上使用该应用程序,但是当我尝试将项目文件上传到 App Store 时,出现以下消息,我不知道该怎么做。

Launch storyboard not found. Make sure you specify the launch storyboard filename without a filename extension for the key UILaunchStoryboardName in the Info.plist.

有人知道在这种情况下该怎么办吗?

UILaunchStoryboardName

指定故事板,从中生成用于应用程序的启动图像。有关详细信息,请参阅 UILaunchStoryboardName。

It means that your app should contain Launch Storyboard that will be shown to the user when he opens the app.

只需创建新故事板 => 右键单击项目 => 新建文件 => 选择故事板(将其命名为 Launch 或任何名称)。 故事板名称可以是任何名称。

创建一个视图控制器并检查是初始视图控制器。

更新 启动屏幕文件 部分中的名称。