joacim-boive opened a new issue #216: LaunchImage is used despite that I use 
storyboard images in LaunchStoryboard
URL: https://github.com/apache/cordova-plugin-splashscreen/issues/216
 
 
   # Bug Report
   
   ## Problem
   Only storyboard splash screen is configured in config.xml:
   ` <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" />`
   
   Despite that LaunchImage is created in the Xcode project:
   <img width="746" alt="Screenshot 2019-05-24 at 09 29 35" 
src="https://user-images.githubusercontent.com/270235/58310284-88b55700-7e06-11e9-9be1-f9cb9af882cf.png";>
   
   
   ### What is expected to happen?
   
   Only the splash screen from the configured storyboard should be shown.
   
   
   ### What does actually happen?
   
   Both LaunchImage and LaunchStoryboard assets are generated in the Xcode 
project.
   Since LaunchImage isn't configured it uses default Cordova splash screen 
briefly and then my defined storyboard splash screen.
   
   
   
   ## Information
   The solution is to delete the LaunchImage from the Xcode project, but this 
is tedious and easy to forget as I have to redo it manually every time.
   
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   
   
   
   ### Environment, Platform, Device
   iOS all versions
   
   
   
   
   ### Version information
   Cordova 9.0.0
   cordova-plugin-splashscreen 5.0.2
   
   
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [X ] I searched for existing GitHub issues
   - [X ] I updated all Cordova tooling to most recent version
   - [ X] I included all the necessary information above

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to