JaneySprings / DotNet.Meteor

A VSCode extension that can run and debug .NET apps (Xamarin, MAUI, Avalonia)
https://marketplace.visualstudio.com/items?itemName=nromanov.dotnet-meteor
MIT License
269 stars 10 forks source link

HotReload connection issues using physical device (iPad) #102

Closed SamGustinHdr closed 4 months ago

SamGustinHdr commented 4 months ago

Any ideas on how I can troubleshoot this error that keeps showing up in my debug console when saving XAML? I haven't been able to get hot reload working with my iPad.

[HotReload]: Connection to server is not established warning HE0053: Failed to create a USB tunnel between the ports 9988 (on device) and 9988 (on the mac): USB connect timeout (61), likely because the app failed to launch. Please review device logs and/or crash reports for more information.

I have tried a few different ports in the extension settings and that didn't help the situation. I also didn't find anything else helpful in the logs, unless I was looking in the wrong spot.

Thanks in advance!

JaneySprings commented 4 months ago

Hi @SamGustinHdr ! Can you try to specify your changed port number in the builder extension?

image
SamGustinHdr commented 4 months ago

Never mind, this was an issue on my end. Sorry to bother you!