Closed TFreudi1 closed 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
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.
Why you need to include my projects, just install a nuget
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.
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
EXPECTED BEHAVIOR
Building should finish.
HOW TO REPRODUCE