Easy way to install xcodegen package on Mac using HomeBrew
- Install HomeBrew
If your mac do not install HomeBrew, Install it first.
OpenTerminal
and run code as below.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
2. Install xcodegen using Brew by command below.
brew install xcodegen
Finish! Now, xcodegen is ready to use!