Installation
Pre-requisite for using Odin
VPN that connects to staging VPC.
Install/Update X-code with version >= 13.2.1.
/usr/bin/xcodebuild -versionto check the version.Install Homebrew -
https://brew.sh/if not already
Installing Odin
brew update
brew tap dream11/tools
brew install dream11/tools/odinTo validate installation run the following commands
odin --versionPossible Errors
You may encounter the below error
Error: The following directories are not writable by your user:
/usr/local/share/docRun the below command to fix it
sudo chown -R $(whoami) /usr/local/share/docLast updated