I have used the googlemaps in ionic v4 it works absolutely fine on android, but when I run the
ionic cordova platform add ios on my Mac OS, the command hangs at
Installing "cordova-plugin-googlemaps" for iOS
and it goes forever I even waited for about 1 hour but it still stays over there.
If I remove the google maps plugin from my cordova project, it adds the platform.
And one thing more on Activity Manager on MacBook a service is running due to cordova which downloads something I don't know. The service is
git -remote-https
and it has downloaded around 300mbs but when I cancel the plugin addition the service is also terminated.
Below is the ionic info
I have used the googlemaps in ionic v4 it works absolutely fine on android, but when I run the
ionic cordova platform add ios
on my Mac OS, the command hangs atInstalling "cordova-plugin-googlemaps" for iOS
and it goes forever I even waited for about 1 hour but it still stays over there. If I remove the google maps plugin from my cordova project, it adds the platform. And one thing more on Activity Manager on MacBook a service is running due to cordova which downloads something I don't know. The service isgit -remote-https
and it has downloaded around 300mbs but when I cancel the plugin addition the service is also terminated. Below is the ionic info