Skip to content

Instantly share code, notes, and snippets.

@vilusa
Created September 16, 2020 10:36
Show Gist options
  • Save vilusa/861761e2023444fe50bf943e29d9102f to your computer and use it in GitHub Desktop.
Save vilusa/861761e2023444fe50bf943e29d9102f to your computer and use it in GitHub Desktop.
Xcode iPhone USB disconnect problem resolve

Run terminal below commands

$ sudo pkill usbmuxd
$ sudo killall -STOP -c usbd
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment