Not able to see real ios device in the device list

Hi @Neacsu_Cornel,

I saw you selected an “unrecognized device” in the video that means KS will not recognize your device during the test. To resolve this issue, please use these commands:

sudo chmod -R 777 /var/db/lockdown/
brew install --HEAD usbmuxd
brew unlink usbmuxd
brew link usbmuxd
brew install ios-webkit-debug-proxy
brew install --HEAD libimobiledevice
brew unlink libimobiledevice
brew link libimobiledevice

and follow this topic.

We will consider to bring libimobiledevice, ios-webkit-debug-proxy and usbmuxd back to Katalon Studio due to too many users have faced this issue.

Thanks.

2 Likes