Hey everyone,
I am attempting to set up my WebDriverAgent for iOS by following this Katalon doc page: https://docs.katalon.com/katalon-studio/docs/installing-webdriveragent-for-ios-devices.html
When I enter the following code into my terminal on my macOS:
cd /usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent
mkdir -p Resources/WebDriverAgent.bundle
sh ./Scripts/bootstrap.sh -d
, I get this error message: ‘no such file or directory’
Any ideas as to why I am unable to find the file or directory?
Thanks