-
-
Notifications
You must be signed in to change notification settings - Fork 231
usbmuxd usage on macOS
LukeeGD edited this page Apr 14, 2026
·
10 revisions
- This section can help with detection issues of devices in Normal or Ramdisk/Restore mode.
- Follow to step 3 only if this is the case.
- Try rebooting first before trying this out since that can typically solve device detection issues.
- Do the following usbmuxd commands in another terminal window. (right-click Terminal icon to create a new window)
Note: This will cause macOS to have USB detection issues on iOS devices after exiting usbmuxd. A reboot is needed to fix things
- In the second terminal window, install
usbmuxdfrom MacPorts (it has to be from MacPorts, not Homebrew):sudo port install usbmuxd - Run the following:
sudo killall usbmuxd; sudo /opt/local/bin/usbmuxd -pf - Keep usbmuxd running, and go back to the first terminal window for running Legacy iOS Kit
- If you are going to be restoring to 2.x on macOS, follow all the steps here including steps 4 and 5.
- Go to Restore/Downgrade -> Other (Custom IPSW) and select the 2.x IPSW
- Follow instructions on entering DFU/pwned DFU mode and let it restore. Done