Cordova Unable to remove the iOS plugin's workaround

Source: Internet
Author: User

The error is as follows:

Uninstalling Cordova-plugin-alipay-v2 from iOS

Error during processing of action! Attempting to revert ...

Error:uh oh!

Path must is a string. Received undefined

The solution is as follows:

That last word should is ios ? If So, the ios platform might need to be removed and re-added:

Remove iOS platform and add it again:

    1. cordova platform rm ioscall.//Invoke Cordova command to remove iOS Platform:cordova platform remove iOS
    2. Check your config.xml file for a line <plugin name="cordova-plugin-alipay-v2"> ... . Remove it if it ' s still there. Find out if the plugin information is included for deletion in the project CONFIG.
    3. cordova platform add ioscall.//Invoke Cordova command to re-add iOS Platform:cordova platform add iOS

Hopefully that cleans things out properly. I sincerely hope that this problem can be handled.

Good luck!

Cordova Unable to remove the iOS plugin's workaround

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.