Product Designer Setup
  • Introduction
  • Preparation
    • Preparing Your Mac
    • Installing macOS
  • Setup
    • Xcode
    • System Preferences
      • Finder
    • Homebrew
      • Cask
    • Terminal Setups
      • Warp Setup
      • Hyper Setup
      • iTerm2 Setup
        • Zsh
    • Terminal Packages
    • Git
      • Git Ignore
    • Code Editor Setups
      • Visual Studio Code
        • Extensions
        • Preferences
      • Sublime Text
        • Preferences
        • Packages
    • Tech Stack
      • Package Managers
  • Apps + Tools
    • Intro
    • Productivity Tools
    • Design Tools
    • Developer Tools
Powered by GitBook
On this page
  • Xcode
  • Xcode Command Line Tools

Was this helpful?

  1. Setup

Xcode

PreviousInstalling macOSNextSystem Preferences

Last updated 9 months ago

Was this helpful?

Xcode

is an integrated development environment for macOS containing a suite of software development tools developed by Apple for developing software for macOS, iOS, watchOS and tvOS.

Download and install it from the App Store or from .

Xcode Command Line Tools

Then proceed to install the Xcode Command Line Tools by running the following command in your terminal:

xcode-select --install

This will prompt you to install the command line tools. Follow the instructions and you'll have Xcode and Xcode command line tools both installed.

Xcode
Apple's website
Click on install to continue