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
docker run
-p 4723:4723
-v /var/run/usbmuxd:/var/run/usbmuxd
-v ~/.quamotion/:/etc/quamotion/
-e DEVELOPER_PROFILE_PASSWORD=1 \ # You won't need this in newer versions!
--name appium-docker-ios
quamotion/appium-docker-ios
throws :
docker: Error response from daemon: error while creating mount source path '/host_mnt/private/var/run/usbmuxd': mkdir /host_mnt/private/var/run/usbmuxd: operation not supported.
idevice_id -l outputs the UDID (unique ID) of your device.
The text was updated successfully, but these errors were encountered:
docker run
-p 4723:4723
-v /var/run/usbmuxd:/var/run/usbmuxd
-v ~/.quamotion/:/etc/quamotion/
-e DEVELOPER_PROFILE_PASSWORD=1 \ # You won't need this in newer versions!
--name appium-docker-ios
quamotion/appium-docker-ios
throws :
docker: Error response from daemon: error while creating mount source path '/host_mnt/private/var/run/usbmuxd': mkdir /host_mnt/private/var/run/usbmuxd: operation not supported.
idevice_id -l outputs the UDID (unique ID) of your device.
The text was updated successfully, but these errors were encountered: