oauth-io / oauth-phonegap

OAuth.io plugin for Apache Cordova/PhoneGap
195 stars 69 forks source link

Error uninstalling plugin #15

Closed georgicodes closed 10 years ago

georgicodes commented 10 years ago

Got the following error trying to uninstall

$ cordova plugin remove com.phonegap.plugins.oauthio Uninstalling com.phonegap.plugins.oauthio from ios Error during processing of action! Attempting to revert... Error: Uh oh! "/Users/catrapture/dev/projects/phonegap/green-streak-ui/platforms/ios/.staging/www/oauth.js" not found! at Object.module.exports.resolveSrcPath (/usr/local/lib/node_modules/cordova/node_modules/plugman/src/platforms/common.js:10:46) at Object.module.exports.removeFile (/usr/local/lib/node_modules/cordova/node_modules/plugman/src/platforms/common.js:35:35) at module.exports.asset.uninstall (/usr/local/lib/node_modules/cordova/node_modules/plugman/src/platforms/common.js:84:28) at Object.ActionStack.process (/usr/local/lib/node_modules/cordova/node_modules/plugman/src/util/action-stack.js:46:25) at handleUninstall (/usr/local/lib/node_modules/cordova/node_modules/plugman/src/uninstall.js:185:20) at /usr/local/lib/node_modules/cordova/node_modules/plugman/src/uninstall.js:134:16 at _fulfilled (/usr/local/lib/node_modules/cordova/node_modules/q/q.js:798:54) at self.promiseDispatch.done (/usr/local/lib/node_modules/cordova/node_modules/q/q.js:827:30) at Promise.promise.promiseDispatch (/usr/local/lib/node_modules/cordova/node_modules/q/q.js:760:13) at /usr/local/lib/node_modules/cordova/node_modules/q/q.js:821:14

william26 commented 10 years ago

Hi, sorry for the delay,

Since your issue was posted, the SDK has been entirely refactored. It is currently in version 0.2.2, and the uninstallation process has been successfully tested, so you shouldn't have this problem anymore.

To uninstall, just run:

phonegap plugin remove com.phonegap.plugins.oauthio

Hope this helps, Have a nice day