How to debug the samples of this project? #2376
Unanswered
john-dalsgaard
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I feel I must be doing something wrong. I have downloaded the entire project as a zip and unpacked it on my Mac. Then I have opened the folder "samples" in my VS Code. I have set the debug info to:
and try to run it. When I have Android selected I get these errors on trying to debug the samples:
I have cleaned the project before I try to run it - and removed bin and obj folders.
If I try to run it on an iPhone16 Pro simulator or my Mac I get only one error:
But nevertheless I cannot run the project.
So what am I doing wrong here??? I have tried to look for extra steps to carry out when trying to run the samples but have not been able to find them.
I have the .net 8 SDK installed:
I have the following workloads installed:
I have run
sudo dotnet workload update
and restarted VS Code, so not sure why it keeps stating that there new updates? Anyway, I would not think they had anything to do with the .NET MAUI code...Any help appreciated as I need to get Popups running on Android as well. Apparently, my solution only works on iPhone at the moment... ;-)
/John
Beta Was this translation helpful? Give feedback.
All reactions