-
Notifications
You must be signed in to change notification settings - Fork 157
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
Fails to install for latest cordova-ios version (5.0.1 and maybe 5.0.0) #155
Comments
Seems to be fixed in the active pull request #154 |
And also in #153 ... |
Same error here :/ |
Use this fork to add the plugin to your cordova app: ionic cordova plugin add https://github.com/jmprado/FabricPlugin/ --variable FABRIC_API_KEY=[your fabric key] --variable FABRIC_API_SECRET=[your fabric secret] |
The problem is that cordova-cli 9 changed the way to use xcode:
Works on ionic cordova as well (tested). |
I have this problem now. @jmprado your fork solved it for me. Thanks! |
Installing with the latest cordova-ios version fails due to this error with cordova-fabric-plugin
Error Message:
Failed to install 'cordova-fabric-plugin': CordovaError: Using "requireCordovaModule" to load non-cordova module "xcode" is not supported. Instead, add this module to your dependencies and use regular "require" to load it.
I believe Context.requireCordovaModule is now removed in cordova lib 9.0.0 which are used:
https://github.com/sarriaroman/FabricPlugin/blob/master/hooks/lib/ios-helper.js#L23
https://github.com/sarriaroman/FabricPlugin/blob/master/hooks/lib/ios-helper.js#L78
https://github.com/sarriaroman/FabricPlugin/blob/master/hooks/lib/utilities.js#L32
Also mentioned:
#141 (comment)
The text was updated successfully, but these errors were encountered: