I am having an issue getting iOS 14.3 Simulator running on VS2019 using Mac Mini M1. Simulator works directly on the Mac Mini with Remote simulator to Windows option turned OFF. Firewalls are all off. This is not a Launch Screen issue. Application works when directly deployed to device or when Simulator is running on the Mac.
Log gives the following error:
System.Net.Sockets.SocketException (0x80004005): An attempt was made to access a socket in a way forbidden by its access permissions
at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Bind(EndPoint localEP)
at Renci.SshNet.ForwardedPortLocal.InternalStart()
at Renci.SshNet.ForwardedPortLocal.StartPort()
at Renci.SshNet.ForwardedPort.Start()
at Xamarin.Simulator.Core.Protocol.SshNetworkClientConnection.StartForwardPort(Int32 port, SshClient sshClient) in C:\A\vs2017mb-00002B-1_work\59\s\Xamarin.Simulator.Core\Protocol\SshNetworkClientConnection.cs:line 400
at Xamarin.Simulator.Core.Protocol.SshNetworkClientConnection.<ConnectCoreAsync>d__23.MoveNext() in C:\A\vs2017mb-00002B-1_work\59\s\Xamarin.Simulator.Core\Protocol\SshNetworkClientConnection.cs:line 119
Connection state changed:
State: FailedSetup
Connection state changed:
State: Disconnected
Exit:
Exit Code: 0