Software Archive
Read-only legacy content
17060 Discussions

cordova-plugin-splashscreen

Bob_P_
Beginner
354 Views

When I remove cordova-plugin-splashscreen from Plugin Management all manner of weird and wonderful things start happening.

This error pops up:
"Uh oh! target destination GoogleMobileAds.framework already exists"
Which is strange because I didn't click on anything to do with GoogleMobileAds

Then when I try to remove the Media plugin I get:
"Cannot find plugin.xml for plugin 'cordova-plugin-splashscreen' please try adding it again"

Is there anyway to remove cordova-plugin-splashscreen from Plugin Management without wrecking the whole project ?

 

0 Kudos
1 Reply
PaulF_IntelCorp
Employee
354 Views

It sounds like the plugins directory inside your project folder has been corrupted. The simplest solution is to:

  • make a list of all the plugins that are part of your project
  • exit the XDK
  • delete the plugins directory inside your project folder
  • open the XDK

The XDK should rebuild your plugins folder. Try to remove again, once the plugins have been re-fetched.

0 Kudos
Reply