erisu edited a comment on issue #946: URL: https://github.com/apache/cordova-ios/issues/946#issuecomment-672699747
@michaelhodgins What version of `cordova-plugin-splashscreen` do you have installed? I suspect you still have the plugin `cordova-plugin-splashscreen` installed for Android. As iOS 6.x has the splashscreen code integrated into its core, and if you are using an older version of the splashscreen plugin, it might be possible that there is conflicts. I had also noticed before the `.hide()` method not working if an older version of the plugin was used. I would recommend checking that you have installed `[email protected]`. This major version of the plugin removed the iOS related code. Also make sure to use Cordova-iOS 6.1.0 as it contains some SplashScreen fixes. If you have it installed, I would also recommend trying with a clean start as there might be leftover files conflicting. * remove `node_modules` directory * remove `package-lock.json` file * remove `plugins` directory * remove `platform` directory After this, `npm install` to refetch all dependencies, `cordova prepare` to make sure all plugins and platforms are re-added/installed NOTE: this will clean out and reinstall `platforms` and `plugins`.. If you have applied manual customization to any of the code in these folders it would be lost. @Shay-repos this might also apply to you. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
