How to enable remote debugging for recent iOS versions? #1376
nisargjhaveri
started this conversation in
General
Replies: 1 comment 2 replies
-
usbmuxd isn't responsible for RemoteXPC communication. For that you'll need to forward |
Beta Was this translation helpful? Give feedback.
2 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 want to be able to share a device connected to a local machine (any OS) and make it available on a remote Mac machine for debugging using Xcode or any other tools.
This used to be possible by simply forwarding the usbmuxd socket on remote Mac machine such that it /var/run/usbmuxd connects to the local uxbmuxd socket. With the recent changes in communication protocol, this is no longer sufficient for the remote machine to detect locally connected devices.
Looking for suggestions on how to achieve this setup for iOS 17+? One key requirement is that, on the remote Mac machine, other processes (e.g. Xcode) should be able to detect and work on the device.
This is not strictly related to pymobiledevice3, but asking here as there is a lot of knowledge and implementation of internals here.
Beta Was this translation helpful? Give feedback.
All reactions