I am trying to use the recently proposed approach to include Story Board images in a Cordova application. However, the images are not transferred to my Xcode project after launch cordova prepare ios. Has anyone received Splashscreen images to work properly with the StoryBoard Launch Images in Cordoba?
<platform name="ios">
<splash src="res/screen/ios/Default@2x~universal~anyany.png" />
<splash src="res/screen/ios/Default@2x~universal~comany.png" />
<splash src="res/screen/ios/Default@2x~universal~comcom.png" />
<splash src="res/screen/ios/Default@3x~universal~anyany.png" />
<splash src="res/screen/ios/Default@3x~universal~anycom.png" />
<splash src="res/screen/ios/Default@3x~universal~comany.png" />
</platform>
source
share