<!--
{
  "documentType" : "article",
  "framework" : "Xcode",
  "identifier" : "/documentation/Xcode/command-line-tools",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Command-line tools"
}
-->

# Command-line tools

Develop and customize your projects in Terminal.

## Overview

You can use command-line tools to perform some actions in Terminal without running Xcode.
For example, you can develop your open source or cross-platform projects,
notarize your macOS software, automate your builds, implement continuous integration,
and apply specific settings to your projects.

> Note: For more information on accessing the command-line tools documentation, see <doc://com.apple.documentation/documentation/os/reading-unix-manual-pages>.

## Topics

### Essentials

[Installing the command-line tools](/documentation/Xcode/installing-the-command-line-tools)

Install command-line tools for Xcode using an installer package or the Terminal app.

[Configuring command-line tools settings](/documentation/Xcode/configuring-command-line-tools-settings)

Select the version of Xcode you want to use for command-line tools, in either Xcode settings or Terminal.

[Xcode command-line tool reference](/documentation/Xcode/xcode-command-line-tool-reference)

Use command-line tools that require you to install Xcode and set the app as the active developer directory.

### Debugging

[Locating a missing debug symbol file](/documentation/Xcode/locating-a-missing-debug-symbol-file)

Find the debug symbol file (`.dSYM`) required to decode the hexadecimal address from a crash report.

[Resetting access to protected resources in macOS](/documentation/Xcode/resetting-access-to-protected-resources-in-macOS)

Use Terminal to remove your app’s authorization access to protected resources during testing.

[Acquiring operating system symbol information](/documentation/Xcode/acquiring-operating-system-symbol-information)

Download symbols for Apple system frameworks using Xcode or Terminal.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)