Simple Guide To Install xctool on Mac Using Brew
What is “xctool” Package?
Drop-in replacement for xcodebuild with a few extra features
For more details: https://github.com/facebook/xctool
Installation
- Open Terminal by pressing
command+space
then type terminal and hitEnter
key. - Install homebrew first.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install xctool.
brew install xctool
Now, use xctool!