Skip to content

Latest commit

 

History

History

prerequisites

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Mac OS X Prerequisites

Last updated on 11/22/2022

Get your mac ready for setting up the development environment.


Mac OS X Version

macOS Monterey Version 12.6


Xcode

Go to the Mac App Store and search for and download Xcode.

Update Xcode on regular basis.


Install Xcode Command Line Tools

With Xcode up-to-date run the following command in your terminal:

xcode-select --install

Back to main README