-
Notifications
You must be signed in to change notification settings - Fork 918
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
cordova-plugin-googlemaps depends on GoogleMaps@> 2.7.0, which conflicts with another plugin. GoogleMaps@> 3.1.0 is already installed and was not overwritten. #2612
Comments
put in your package.json, mainly plugins |
No problem. |
{ |
Remove And API keys have to put into |
Thanks I removed @types/googlemaps., and Added Google Api Keys But staill same issue cordova-plugin-googlemaps depends on GoogleMaps@> 2.7.0, which conflicts with another plugin. GoogleMaps@> 3.1.0 is already installed and was not overwritten. CordovaError: Promise rejected with non-error: 'Version should contain only numbers and dots' Please help me |
please share your project files on github repository. |
Do you have bitbucket account? |
Please check my profile page. |
Thanks, I just sent invitation |
|
And I think your API key does not allow to use Google Maps APIs. You need to enable |
ping |
I have the same problem, and that solution didn't work for me. |
@vignitres If you want me to help, please share your project files on github. |
So I was having the same problem. Running
So I ran
I was on version 1.5.3 of cocoapods, so I updated to 1.7.0 and then adding the iOS platform worked. It still gave this message: |
I have the same problem, project build but I got empty element on the page instead GoogleMap. |
Thanks, this works for me, but first I updated cocoapods recommended by @MSeneadza |
anyone facing this problem with pod --version 1.8.0.beta.1 ? |
I have tried everything suggested, in countless threads and I am running into this issue still, myself.
|
I was facing this problem on
|
The solution above works but i found a weird issue that misled me to install and uninstall plugins and others... Here is a fresh app following the right versions of plugin and cordova-ios:
Now, when the app name has an apostrophe, like for example: Marlon's App, it still shows the warning and followed by an error.
The error reporting sequence is misleading and i think its important that others are aware of this. There could be other error similar to that apostrophe. |
I followed the hints to manually install cocoapods via
I found an issue about this in the CocoaPods-Project and the solution is to really manually install it with |
My ionic info
Ionic:
ionic (Ionic CLI) : 4.10.3 (/usr/local/lib/node_modules/ionic)
Ionic Framework : ionic-angular 3.9.2
@ionic/app-scripts : 3.2.3
Cordova:
cordova (Cordova CLI) : 9.0.0 (cordova-lib@9.0.1)
Cordova Platforms : ios 5.0.1
Cordova Plugins : cordova-plugin-ionic-keyboard 2.1.3, (and 10 other plugins)
System:
ios-deploy : 1.9.4
ios-sim : 8.0.1
NodeJS : v10.15.2 (/usr/local/bin/node)
npm : 6.4.1
OS : macOS Mojave
Xcode : Xcode 10.2.1 Build version 10E1001
I can see this error when I follow run command
"ionic cordova platform add ios"
cordova-plugin-googlemaps depends on GoogleMaps@> 2.7.0, which conflicts with another plugin. GoogleMaps@> 3.1.0 is already installed and was not overwritten.
Failed to install 'cordova-plugin-googlemaps': undefined
CordovaError: Promise rejected with non-error: 'Version should contain only numbers and dots'
at cli.catch.err (/usr/local/lib/node_modules/cordova/bin/cordova:29:15)
at process._tickCallback (internal/process/next_tick.js:68:7)
Please help me
The text was updated successfully, but these errors were encountered: