Install xcodegen package on Mac with HomeBrew

ODENZA
Dec 13, 2021

--

The reason to use xcodegen is solve merge conflicts on .xcodeproj file

XcodeGen is a command line tool written in Swift that generates your Xcode project using your folder structure and a project spec.

Easy way to install xcodegen package on Mac using HomeBrew

  1. Install HomeBrew
    If your mac do not install HomeBrew, Install it first.
    Open Terminal 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!

--

--

ODENZA
ODENZA

No responses yet