From b738603911c5ae483c44f23711ac12b30ba9c672 Mon Sep 17 00:00:00 2001 From: renini Date: Mon, 8 Apr 2024 18:34:34 +0200 Subject: [PATCH] Usbmuxd debug option changed from -d to -v (#464) Co-authored-by: renini --- docs/ios/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ios/install.md b/docs/ios/install.md index 09e3723..1898f3f 100644 --- a/docs/ios/install.md +++ b/docs/ios/install.md @@ -48,7 +48,7 @@ ideviceinfo This should show many details on the connected iOS device. If you are connecting the device to your laptop for the first time, it will require to unlock and enter the PIN code on the mobile device. If it complains that no device is connected and the mobile device is indeed plugged in through the USB cable, you might need to do this first, although typically the pairing is automatically done when connecting the device: ```bash -sudo usbmuxd -f -d +sudo usbmuxd -f -v idevicepair pair ```