- xcodebuild xcodebuild -- build Xcode projects and workspaces
- clang clang - the Clang C, C++, and Objective-C compiler
- ld ld -- linker
- xcrun xcrun - Run or locate development tools and properties.
- libtool libtool - create libraries
- ranlib ranlib - add or update the table of contents of archive libraries
- strip strip - remove symbols
- ar ar -- create and maintain library archives
- lipo lipo - create or operate on universal files
- nm nm - display name list (symbol table)
- otool llvm-otool - the otool-compatible command line parser for llvm-objdump
- objdump llvm-objdump - LLVM's object file dumper
- dwarfdump dwarfdump - dump and verify DWARF debug information
- dsymutil dsymutil - manipulate archived DWARF debug symbol files
- strings find the printable strings in a object, or other binary, file
- atos
convert numeric addresses to symbols of binary images or processes