Developer Tools For Mac

Posted on by  admin

Part of OS X is its powerful command-line interface, where a competent or even novice programmer can make use of a number of tools for configuring and customizing the system, and make programs and scripts. While OS X ships with a number of common commands, by default Apple does not include those that are used for checking out, compiling, and otherwise managing code for developing applications. If you need these tools for some reason, then there are three ways you can get them on your Mac. The first is to install Apple's XCode developer suite, which is available via the Mac App Store for free. However, installing this will also include XCode itself, and despite its benefits, some people may not wish to have the entire Xcode suite installed on a system. The command line tools are available as standalone installer packages from the Apple Developer Web site.

Tools

Best Mac For Developers

Screenshot by Topher Kessler/CNET The next option is to download the latest command line tools from Apple's developer page. To do this, you simply need to log into the using an Apple ID. Here you can search for 'Command Line Tools' to view all versions of the tools from Lion through Mavericks. These can then be downloaded as.dmg disk images and mounted, and you can then run the enclosed installer.

Sep 21, 2018  Chrome DevTools Chrome DevTools is a set of web developer tools built directly into the Google Chrome browser. DevTools can help you edit pages on-the-fly and diagnose problems quickly, which ultimately helps you build better websites, faster.

The last option is perhaps the easiest, which is to use the system's ability to install the command line tools on demand. This is done by an application in the Macintosh HD System Library CoreServices folder called 'Install Command Line Developer Tools.' However, this program cannot be launched independently. To run, this program must be invoked by a service or application that calls for the use of the developer tools.

Running a developer command such as 'make' will prompt for you to install the developer tools, if they are missing. Screenshot by Topher Kessler/CNET In most cases, standard developer commands like 'make,' 'gcc,' 'cc,' 'svn,' 'git' or Apple-specific tools like 'xcode-select' or 'xcodebuild' or 'xcrun' will require these tools, so running these in some form will spur the system to launch the 'Install Command Line Developer Tools' program.

Therefore, to install these tools, simply open the Terminal, type 'make' or any desired common developer command, and press Enter, and then when prompted you can install the developer tools (an approximate 100MB download from Apple), and be up and running.

Comments are closed.