Installation

Pre-requisite for using Odin

  • VPN that connects to staging VPC.

  • Install/Update X-code with version >= 13.2.1. /usr/bin/xcodebuild -version to check the version.

  • Install Homebrew -https://brew.sh/ if not already

Installing Odin

brew update
brew tap dream11/tools
brew install dream11/tools/odin

To validate installation run the following commands

odin --version

Possible Errors

You may encounter the below error

Error: The following directories are not writable by your user:
/usr/local/share/doc

Run the below command to fix it

sudo chown -R $(whoami) /usr/local/share/doc

Make sure you are using Xcode version above 13.2.1

Last updated