Libimobiledevice: Difference between revisions

imported>Onny
m Fix syntax errors
imported>Mic92
ios: fix link
Line 24: Line 24:
ERROR: Could not connect to lockdownd on device [...], lockdown error -8
ERROR: Could not connect to lockdownd on device [...], lockdown error -8
</syntaxhighlight>
</syntaxhighlight>
you may need to restart the usbmuxd service as reported [here https://github.com/NixOS/nixpkgs/issues/152592]:
you may need to restart the usbmuxd service as reported [https://github.com/NixOS/nixpkgs/issues/152592 here]:
<syntaxhighlight>
<syntaxhighlight>
$ sudo systemctl restart usbmuxd.service
$ sudo systemctl restart usbmuxd.service
</syntaxhighlight>
</syntaxhighlight>
(it may take a bit of time)
(it may take a bit of time)