X Code For Mac

The XCode IDE is a pre-requisite for Homebrew, Python, and other development tools
Xcode includes everything developers need to create great applications for Mac, iPhone, iPad, Apple TV, and Apple Watch. Xcode provides developers a unified workflow for user interface design, coding, testing, and debugging. The Xcode IDE combined with the Swift programming language make developing apps easy and fun.
- XCode IDE install from Terminal
- B) Initial IDE install using App Store
This tutorial describes the installation and usage of Apple’s XCode set of utilities for macOS developers.
XCode is Apple’s free app for developing custom programs for all Apple devices (macOS, iPhone, iPad, Apple Watch).
Since the Apple Store only handles individual .app files, other mechanisms are needed to installadditional programs needed as a pre-requisite by Homebrew, Python, and other development programs.
About XCode
PROTIP: Skip Apple’s websites and App. Click here for install instructions.
Otherwise, read on for a run-around.
Use an internet browser to XCode’s marketing page at:
Xcode “includes everything you need to create amazing apps for all Apple platforms. Now Xcode and Instruments look great in the new Dark Mode on macOS Mojave. The source code editor lets you transform or refactor code more easily, see source control changes alongside the related line, and quickly get details on upstream code differences. You can build your own instrument with custom visualization and data analysis. Swift compiles software more quickly, helps you deliver faster apps, and generates even smaller binaries. Test suites complete many times faster, working with a team is simpler and more secure, and much more.”.
BTW the “Apple platforms” include MacOS, iPhone, iPad, Apple TV, and Apple Watch.
Two parts of XCode
There are two ways to different parts of XCode. Kinda of like a Venn diagram:
- The XCode IDE, which can be installed on a Terminal command line interface (CLI) or downloaded as a package from the App Store. Either way, XCode contain:
- Command Line Utilities which can be installed separately on a Terminal command line session.
XCode does not come with macOS.
Because XCode IDE takes so much disk space, developers who use another IDE (such as Visual Studio, Eclipse, etc.), prefer to only install XCode’s command line utilities for the GCC compiler Python needs to build code.
Newer versions also installs a Git client.
So it’s a good idea to identify what has been installed.
Version from XCode.app
If you don’t have XCode IDE installed, install it, then come back here.
In Finder, look for XCode.app in the /Applications folder.
Alternately, on the Touchpad pinch 4 fingers together to click the App Store. Type enough of “XCode” to filter out others.
Double-click on the XCode.app to run it.
To ciew the version, cursor to the top of the screen and click the program name next to the Apple icon to select “About XCode”:
Version of Command Utilities
From within a Terminal, get the version installed :
A sample answer:
The should match up with the Build Number on the Apple web page.
For a more precise version number and other info (macOS Mavericks version and up):
A sample response:
The previous command is a specific version of:
Get the version of GCC installed:
A sample answer:
Identify the path where the make utility Java uses:
Sample response:
Get the version of the Swift program used to develop iOS mobile apps:
Sample response:
Install Command Line Utilities only
See http://osxdaily.com/2014/02/12/install-command-line-tools-mac-os-x
The entire command line toolkit package gets placed in the following directory:
The folders in there are: Library Packages SDKs usr
XCode IDE install from Terminal
PROTIP: Either way, if you have Command Utilities already installed, you must first delete it.
In a Terminal window, find out where it’s installed:
After manual confirmation, the answer:
Alternately, combine two commands:
Either way, the response is a list of folders:
A) Initial install on Terminal CLI
Open a Terminal.app console window at any directory to install the latest XCode from Apple:
This large installer can take hours to download.
If the XCode IDE is already installed, you’ll see message:
xcode-select: error: command line tools are already installed, use “Software Update” to install updates
Another error message:
xcode-select: error: tool ‘xcodebuild’ requires Xcode, but active developer directory ‘/Library/Developer/CommandLineTools’ is a command line tools instance
Otherwise, after manual confirmation, the answer:
Set Apple’s licensing agreement bit:
Agree to the terms.
Read the XCode IDE’s ratings
In an internet browser, get to the “Mac App Store Preview” at
https://itunes.apple.com/us/app/xcode/id497799835- Click View in Mac App Store, then “Open App Store.app” in the pop-up.
Provide your Apple ID and password. Get one if you don’t already have one.
Don’t click the blue “OPEN” icon at the upper-right to open the app if the app was installed.
- Scroll down to click See All on the right edge.
- Click “Sort by Most Recent”.
- Read through the Ratings to decide for yourself.
- Click the red dot at the upper-right to dismiss the dialog.
B) Initial IDE install using App Store
In an internet browser, https://developer.apple.com/download
Sign in to Apple Developer with your email address then click the arrow icon. Enter your password, then click the arrow icon.
Below is the “Software Update” approach:
You’ll need to establish an Apple ID if you haven’t already.
Click Download and provide your Apple ID.
Go through Apple’s location verification if prompted.
Select the version to download:
NOTE: Each version of XCode is related to a specific version of the Apple OS Mac operating system.
File Date Download Unpacked XCode_10.2.1 2019-04-17 ? GB 6.1 GB XCode_9.0 2017-09-19 . ? GB ? GB XCode_8.2.1 8C1002 2016-12-19 ? GB ? GB XCode_8_beta_2.xip 2016-07-05 5.9 GB 12.32 GB XCode_7.31 2016-05-03 3.8 GB ? XCode_4.1 2014- 2.9 GB ? XCode_3.2.4 2014- 2.? GB ? CAUTION: Make sure that your machine has enough free space available.
These are massive files that may take a while to download if you don’t have a fast internet connection.
Return to the versions instructions above to view the updated version.
Remember to delete the installer after you’re done, to reclaim disk space.
XCode IDE Upgrade
Over time, Apple updates XCode and its command line utilities.
Click the Apple icon, then click System Preferences. Here is an example notification:
- Search for “Software Updates” or click the icon.
- Click “Update Now” if that appears. (but first do a backup.)
- Click “Agree” to the EULA.
- When done, view the version numbers installed.
More on OSX
This is one of a series on Mac OSX:
Please enable JavaScript to view the comments powered by Disqus.