如何删除 Appcelerator iOS 应用程序启动屏幕前显示的图标?

How to remove icon showing before launch screen on Appcelerator iOS app?

我正在更新 appcelerator (titanium alloy) 中的 iOS ipad 应用程序。我唯一的问题是,当我打开应用程序时,它会在显示 launch/splash 图像之前显示我的图标图像。在我创建的第一个版本中并没有这样做。我只想显示启动图像。起初它只显示图标,根本没有启动图像,所以我将其更改为 false:
<enable-launch-screen-storyboard>false</enable-launch-screen-storyboard>
无论如何,我宁愿提供自己的图像也不愿使用情节提要功能。 所以现在启动图像显示了,但图标仍然存在。
我在 app/assets/iphone
中有以下文件 -默认-568@2x.png
-默认-667h@2x.png
-默认-横向-736h@3x.png
-默认-Landscape.png
-默认-横向@2x.png
-默认-纵向-736h@3x.png
-默认纵向@2x.png
-默认-Portrait.png
-默认@2x.png
这可能超出了我的需要,但我认为这不是问题。我做错了什么?

尝试删除模拟器中的应用程序并重新启动..