Skip to content
Platform
ios
Available at: https://developer.apple.com/download/more/

Last updated: September 29, 2023

Xcode Command Line Tools

After installing Xcode, in order to make all development tools available systemwide, it is recommended to install the Xcode Command Line Tools package. This will be handy during testing of iOS apps as some of the tools (e.g. objection) are also relying on the availability of this package. You can download it from the official Apple website or install it straight away from your terminal:

xcode-select --install

Resources