themronion / Maui.GoogleMaps

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

Stuck in compiling #76

Closed TFreudi1 closed 2 hours ago

TFreudi1 commented 2 hours ago

VERSIONS

IDE

PLATFORMS

ACTUAL BEHAVIOR

I can run the sample via Debug, but when I try to build a release build or try to publish it hangs for ever. see screenshot

ACTUAL SCREENSHOTS/STACKTRACE

grafik

EXPECTED BEHAVIOR

Building should finish.

HOW TO REPRODUCE

  1. Check out project from git
  2. Change to release mode
  3. start rebuild all of MauiGoogleMapSample
themronion commented 2 hours ago

Please build on mac. And why the hell would you even need to build a sample app in Release mode. Don’t waste your time

TFreudi1 commented 2 hours ago

I took the sample project as easy to track example. The real problem is my own project where I included also both projects from the lib path like you did in the sample project. I need an Android APK. With "build on mac" you mean "User Rider on Mac" ? At the moment i'm only interested on teh android part not ios.

themronion commented 59 minutes ago

Why you need to include my projects, just install a nuget

TFreudi1 commented 49 minutes ago

Because I want to Debug your project also to see how you did some things and I add functionality, for example showing the Info Window of all pins with a functioncall... I know I can use the nuget package, inheritance ... but including the project itself was easier. But don't waste your time , I thought somebody had a hint like "remove nugatpackage logic" from the csproj or something similiar, but if you haven't I musst find a solution by myself. Thanky anyway for the quick response. I will let this open until I find a solution what prevent the realse build from finishing. Btw. it is the same with Rider and the preview version of VS2022.