How to debug the samples of this project? #2376
-
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 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.
Replies: 1 comment 1 reply
-
In the root folder, there is a file {
"sdk": {
"version": "9.0.102",
"rollForward": "latestFeature",
"allowPrerelease": false
}
} As such, you NEED to have specifically 9.0.102 installed. I had 9.0.201 installed and had problems, had to install 9.0.102 specifically...AND reboot my computer to get it to work. |
Beta Was this translation helpful? Give feedback.
You can remove global json file for local development. Or simple change allow prerelease to true