Closed CrisBarreiro closed 6 years ago
Um, I can't detect the problem certainly, but try this at first please.
$> cd (your project)/platforms/ios/
// confirm
$> pod --version
1.4.0 or above should be fine.
$> pod update
Update all pods
Updating local specs repositories
...
Analyzing dependencies
Downloading dependencies
Using GoogleMaps (2.7.0)
Generating Pods project
Integrating client project
Sending stats
Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.
Apparently updating pods worked, so the issue might be related with and older version of the native plugin and not the Cordova one. Many thanks
I'm submitting a ... (check one with "x")
OS: (check one with "x")
cordova information: (run
$> cordova plugin list
)If you use
@ionic-native/google-maps
, please tell the package.json (only@ionic-native/core
and@ionic-native/google-maps
are fine mostly)Current behavior: If running an application from command line (
ionic cordova run ios
), it crashes when trying to load the map. If running it from Xcode, without changing anything, it works.Expected behavior: The aplication should not crash
Screen capture or video record: Since it just crashes, I don't think this would help Related code, data or error log (please format your code or data):
Please share your project files on Github or others(Bitbucket, Gitlabs...etc).
https://github.com/situmtech/situm-cordova-getting-started
Sample code also adds an overlay to the map, but the application crashes anyway without taking this step