Replies: 1 comment
-
You need an extension to get mobile working well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use VSCode to develop avalonia cross platform app, now I can build the app and running it on iPhone:
dotnet build -t:Run /p:_DeviceName=myphone
But I could not debug the app with VSCode, perhaps I have the wrong launch.json and tasks.json in .vscode directory. Can someone gives the working launch.json and tasks.json files here? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions