We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey there,
For this plugin: https://github.com/driftyco/ionic-native/blob/master/src/%40ionic-native/plugins/flurry-analytics/index.ts#L105
The pluginRef should be: FlurryAnalytics or plugin.FlurryAnalytics per this: https://github.com/blakgeek/cordova-plugin-flurryanalytics/blob/d80e8e84dd78e695089ea9f8b8cd5357a928326a/plugin.xml#L14
pluginRef
FlurryAnalytics
plugin.FlurryAnalytics
The text was updated successfully, but these errors were encountered:
I had this issue "plugin_not_installed" when I try to build my app on iOS
Sorry, something went wrong.
Hey @gregavola, thank you for opening this issue. I fixed the wrong pluginRef.
fix(flurry-analytics): fix pluginRef (#1485)
ce72be7
fix #1399
Successfully merging a pull request may close this issue.
Hey there,
For this plugin:
https://github.com/driftyco/ionic-native/blob/master/src/%40ionic-native/plugins/flurry-analytics/index.ts#L105
The
pluginRef
should be:FlurryAnalytics
orplugin.FlurryAnalytics
per this:https://github.com/blakgeek/cordova-plugin-flurryanalytics/blob/d80e8e84dd78e695089ea9f8b8cd5357a928326a/plugin.xml#L14
The text was updated successfully, but these errors were encountered: