Cordoba Expand Storyboard Images not migrated

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>
+4
source share
1 answer

Fixed for me as from cordova-ios@4.3.1

+1
source

Source: https://habr.com/ru/post/1659661/


All Articles