I am trying to setup appium for ios app testing using php, but when I am tring to execute test scripts
vendor/phpunit/phpunit/phpunit SimpleTest.php --verbose
I am getting this error:
PHPUnit_Extensions_Selenium2TestCase_WebDriverException: An unknown server-side error occurred while processing the command. Original error: Could not find path to Xcode by symlinks located in /var/db/xcode_select_link, or /usr/share/xcode-select/xcode_dir_link"
Tried this sudo xcode-select --switch /Applications/Xcode.app
but that didn't work.