Closed EmeryGuillaume closed 5 years ago
For anyone facing this issue, adding @EmeryGuillaume 's fork solves the problem:
cordova plugin add https://github.com/EmeryGuillaume/cordova-plugin-cocoapods-support.git
thanks @EmeryGuillaume!
@blakgeek It looks like the fix was added but there hasn't been a release/tag. Do you mind creating a 1.6.1?
Using the latest cordova cli version, this plugin prevents the project to build.
Using "requireCordovaModule" to load non-cordova module "q" is not supported. Instead, add this module to your dependencies and use regular "require" to load it.
The method requireCordovaModule is used in podify.js. This method has been deprecated (see: https://github.com/apache/cordova-lib/pull/707)