Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't uninstall plugin #89

Open
dmitry-salnikov opened this issue Jan 17, 2020 · 5 comments
Open

Can't uninstall plugin #89

dmitry-salnikov opened this issue Jan 17, 2020 · 5 comments

Comments

@dmitry-salnikov
Copy link

dmitry-salnikov commented Jan 17, 2020

When trying to uninstall plugin I see Variable(s) missing: error. I've tried to specify exactly the same variables which were used on install, but it didn't help. Please check out terminal output:

$ cordova plugin add cc.fovea.cordova.openwith \
  --variable IOS_URL_SCHEME="thescheme" \
  --variable ANDROID_MIME_TYPE="image/*" \
  --variable IOS_UNIFORM_TYPE_IDENTIFIER="public.content"
Installing "cc.fovea.cordova.openwith" for android
Installing "cc.fovea.cordova.openwith" for ios
Installing "cc.fovea.cordova.openwith" dependencies
Copying "cc.fovea.cordova.openwith/ShareExtension" to ios...
Adding cc.fovea.cordova.openwith to package.json
Adding target "cc.fovea.cordova.openwith/ShareExtension" to XCode project
  - Folder containing your iOS project: /Users/mitusha/myproject/platforms/ios/
    Parsing existing project at location: /Users/mitusha/myproject/platforms/ios/MyProject.xcodeproj/project.pbxproj...
    ShareExtension group already exists.
Adding team null and provisoning profile null
Added ShareExtension to XCode project
Update IOS build setting LD_RUNPATH_SEARCH_PATHS to: @executable_path/Frameworks for build configuration Debug
Update IOS build setting LD_RUNPATH_SEARCH_PATHS to: @executable_path/Frameworks for build configuration Release
$ cordova plugin rm cc.fovea.cordova.openwith
Variable(s) missing: ANDROID_MIME_TYPE
$ cordova plugin rm cc.fovea.cordova.openwith \
  --variable IOS_URL_SCHEME="thescheme" \
  --variable ANDROID_MIME_TYPE="image/*" \
  --variable IOS_UNIFORM_TYPE_IDENTIFIER="public.content"
Uninstalling cc.fovea.cordova.openwith from android
Variable(s) missing: IOS_URL_SCHEME, IOS_UNIFORM_TYPE_IDENTIFIER

Could you please take a look?

@MrXyfir
Copy link

MrXyfir commented May 11, 2020

Ever figure it out?

@josiahbryan
Copy link

Can't uninstall either, had to manually remove it. ... :(

@mbohlaender
Copy link

Still nothing new about it?

@MrXyfir
Copy link

MrXyfir commented Sep 29, 2020

@mbohlaender You'll have to do it manually if I remember correctly.

@luizAlbuquerqueJr
Copy link

cordova plugin remove cc.fovea.cordova.openwith --variable ANDROID_MIME_TYPE="image/*"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants