themronion / Maui.GoogleMaps

Map library for MAUI using Google maps API
https://www.nuget.org/packages/Onion.Maui.GoogleMaps/
MIT License
76 stars 33 forks source link

Undefined symbols for architecture arm64 #65

Closed jduncalf closed 6 days ago

jduncalf commented 6 days ago

VERSIONS

IDE

PLATFORMS

ACTUAL BEHAVIOR

Cannot build a .NET MAUI app due to "Undefined symbols for architecture arm64: _GMSGeometryArea ........." etc.

themronion commented 6 days ago

Try building on a mac. Also check sample app.

jduncalf commented 5 days ago

Build on a Mac how, its's a test .net maui app. VS2002 paired with a Mac. The sample includes the source and doesn't reference the nuget package?