Compatibility issue between Mac OS Ventura and Appium

Is there any compatibility issue between Mac OS Ventura and Appium?

Appium tests were working fine with proper setup and suddenly i started getting “Neither ANDROID_HOME nor ANDROID_SDK_ROOT is set” error after i updated my Mac OS to ventura.

Suggesting that you will first open a terminal window and check if those envs are exported or not.
If not, export them through your .zshrc file, save and start a new terminal session to test it works.
run open $HOME/.zshrc to open you .zshrc file.

It was done long back and working perfectly fine

You are missing a very important part of the problem. You updated, from what?

If it was anything close to Catalina you have been changed from bash to zsh and will have to set environmental variables accordingly:

1 Like