Hi list FYI, we’ve recently performed a sanity check of Cordova CLI against newly released Node JS 6.0 (credits to Alex Sorokin) and found some issues, caused by new Node JS version. The most critical is a failure of uninstallation of plugins with custom frameworks for iOS platform - JIRA CB-11200 [1]. The root cause is the bug in node-xcode which is already fixed [2].
In order to resolve the issue I think we'll need to bump node-xcode version in both cordova-lib and cordova-ios and release these ASAP. Also we'd probably need to update CI configs to include Node 6.x in test matrix where possible. I'm going to submit a PR shortly. - [1] https://issues.apache.org/jira/browse/CB-11200 [2] https://github.com/alunny/node-xcode/pull/86 - Best regards, Vladimir
