-
Notifications
You must be signed in to change notification settings - Fork 349
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
After a recent update my app crashes when trying to show a map.... #786
Comments
Not sure if related, but I have a similar issue with Xamarin.Google.iOS.Maps v6.0.1. The only workaround for me is to install |
Interesting. I tried to upgrade Xamarin.Google.iOS.Maps from v.3.9 to 6.0.1 - but then it cannot build... This is my map code:
If I remove the |
I am experiencing the same issue whereby the app crashes when the map is shown on iOS. It happens on the simulator and on a physical device. I am using Xamarin.Forms.GoogleMaps 3.3.0 and Xamarin.Google.IOS.Maps 3.9.0 on an iPhone 13 running iOS 15.5. I have tried updating to version 6 but that stops the project from building. I am running the solution from my MacBook Pro using Visual Studio for mac: I am not currently able to publish my app. Please help! Thanks. Everything was working until recent updates, no code has changed. |
@myonlinegolfclub Try my nuget - posted here #784 (comment), or try my MAUI version, i have a feeling it will work with XF as well https://www.nuget.org/packages/Onion.Maui.GoogleMaps/5.0.0-alpha1 |
Not sure if it is after the latest Xcode updates - but I have a suspicion...
This happens in the iOS simulator. Just commenting out the map in the XML and it runs without crashing.
It just crashes with something like this:
Anyone else seeing this - and have ideas to solve it?
I have not made any changes to this code - so it is something "around" the project i.e. development tools
The text was updated successfully, but these errors were encountered: