Managing Multiple Xcodes
If you have multiple Xcode installations, you may choose which toolset Appium should use with one of two ways:
xcode-select
tool¶
Only available with sudo
privileges, affects the whole system.
Assuming you want to choose /Applications/Xcode13.app
:
- Set the default Xcode
- Run Appium
Environment variable¶
No privileges needed, affects only the current shell, so Appium should be started within that shell.
Assuming you want to choose /Applications/Xcode12.app
:
- Set the
DEVELOPER_DIR
environment variable - Run Appium