bookwarmdev edited a comment on issue #1026:
URL: https://github.com/apache/cordova-ios/issues/1026#issuecomment-894754756


   Step 1 : In Xcode, try opening the workspace file (.xcworkspace) instead of 
the .xcodeproj.
   This issue is cost by the by the splash screen setup, on will can change 
that in the config.xml file in two places but in your project file. 
   Step 2: on your project locate config.xml file 
“AppName/platforms/ios/AppName/config.xml”
   Step 2: on your project locate config file “AppName/config.xml”
   
   This are what to change: 
   Form:
       <preference name="AutoHideSplashScreen" value="false"/>
   To:
       <preference name="AutoHideSplashScreen" value=“true” />
   
   
   https://ionic.io/docs/premier-plugins/splashscreen


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to