Skip to main content

Common iOS dependencies installation issues

The following are some common issues you may encounter when install iOS dependencies.

Command not found: brew.

Can't find brew in PATH

We recommend reinstalling brew and add the brew to your PATH environment variable. See: Homebrew.

Incompatible Node.js or npm version.

Reinstall Node.js version 18.0.0 or later, along with npm version 8 or later.

Failed to install Appium.

There may exist a version of Appium on your machine. We recommend uninstalling Appium and reinstall with the Katalon Studio dialog.
Try the following command to uninstall Appium:
sudo npm uninstall -g appium

Unable to find xcode version.

Try the following command:
sudo xcode-select -s /Applications/Xcode.app