You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run go-ios on my raspberry pi, so that I can connect my iOS device to it and run automation from it. I've installed go-ios by cloning the repo, and building the executable.
My device is connected to RaspPi, and I can access the content on the device.
I tried running ios list to get the devices, but I got this message:
{"err":"dial unix /var/run/usbmuxd: connect: no such file or directory","level":"fatal","msg":"failed getting device list","time":"2023-05-26T16:23:38+01:00"}
I got the same error when I tried to activate a device using the UDID:
ios activate --udid=XYZ
is this because I need to install usbmuxd? I'm sorry this sounds a bit elementary, but if I can add any more context please let me know :)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi @danielpaulus Happy Friday :)
I'm trying to run go-ios on my raspberry pi, so that I can connect my iOS device to it and run automation from it. I've installed go-ios by cloning the repo, and building the executable.
My device is connected to RaspPi, and I can access the content on the device.
I tried running
ios list
to get the devices, but I got this message:I got the same error when I tried to activate a device using the UDID:
is this because I need to install usbmuxd? I'm sorry this sounds a bit elementary, but if I can add any more context please let me know :)
PS. This is the verbose log I get:
Thanks a lot and have a great day
Beta Was this translation helpful? Give feedback.
All reactions