My iPhone 12 did not appear in list of katalon studio in mac m1

my iPhone 12 did not appear in list of katalon studio in mac m1
only appeared simulators

although it appears in Xcode and appears when run instruments -s devices

no help ???

I had the same problem as you, but with XR(iOS 15.1). I asked but no one answered
Here is my topic: katalon doesn't recognize real device on Mac m1

yes i did fresh install for all dependencies but also still face this issue

1 Like

thanks it resolved by this
sudo ln -s /opt/homebrew/bin/node /usr/local/bin

sudo ln -s /opt/homebrew/bin/idevice_id /usr/local/bin

sudo ln -s /opt/homebrew/bin/idevicepair /usr/local/bin

sudo ln -s /opt/homebrew/bin/ideviceinfo /usr/local/bin

sudo ln -s /opt/homebrew/bin/ios-deploy /usr/local/bin

2 Likes

My problem was also solved