You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ iproxy --udid xxxx --debug --debug 6002:6002
Creating listening port 6002 for device port 6002
waiting for connection
but after launching my tcp connection on my macbook, this is what I get:
New connection for 6002->6002, fd = 5
waiting for connection
Requesting connecion to USB device handle 4 (serial: xxxx), port 6002
[libusbmuxd] usbmuxd_connect: Reading connect result...
[libusbmuxd] usbmuxd_connect: Connect failed, Error code=3
Error connecting to device: No such file or directory
diving into the source code told me that error code 3 is a "Connection refused" message. It used to work just fine with older iOS version (14.something). We had to upgrade our devices for our product to the latest version, which is iOS 15.4.1. Now the problem occurs, but keep in mind I'm not 100% sure I remember if it worked after upgrading or did it break with the upgrade.
macOS specs:
2019 MacBook Pro. Intel
Catalina 10.15.7
(can't upgrade OS because of compatibility of some tools)
iOS specs:
iPhone SE 2nd gen
iOS 15.4.1
Tell me if you need any more info and I'll share as much as my nda allows me to.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi.
I attempted to forward a port using iproxy
but after launching my tcp connection on my macbook, this is what I get:
diving into the source code told me that error code 3 is a "Connection refused" message. It used to work just fine with older iOS version (14.something). We had to upgrade our devices for our product to the latest version, which is iOS 15.4.1. Now the problem occurs, but keep in mind I'm not 100% sure I remember if it worked after upgrading or did it break with the upgrade.
macOS specs:
2019 MacBook Pro. Intel
Catalina 10.15.7
(can't upgrade OS because of compatibility of some tools)
iOS specs:
iPhone SE 2nd gen
iOS 15.4.1
Tell me if you need any more info and I'll share as much as my nda allows me to.
Thanks!
The text was updated successfully, but these errors were encountered: