<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Xcode on Mike Gopsill</title>
    <link>https://www.mikegopsill.com/categories/xcode/</link>
    <description>Recent content in Xcode on Mike Gopsill</description>
    <generator>Hugo -- 0.164.0</generator>
    <language>en</language>
    <lastBuildDate>Mon, 23 Jun 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://www.mikegopsill.com/categories/xcode/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Install Xcode Command Line Tools</title>
      <link>https://www.mikegopsill.com/posts/install-xcode-command-line-tools/</link>
      <pubDate>Mon, 23 Jun 2025 00:00:00 +0000</pubDate>
      <guid>https://www.mikegopsill.com/posts/install-xcode-command-line-tools/</guid>
      <description>&lt;p&gt;Need to install Xcode Command Line Tools? You&amp;rsquo;re probably here because you ran &lt;code&gt;git&lt;/code&gt;, &lt;code&gt;clang&lt;/code&gt;, or another development command and got an error saying the command wasn&amp;rsquo;t found. The command line tools are essential for iOS development, even if you&amp;rsquo;re not using the full Xcode IDE.&lt;/p&gt;
&lt;p&gt;Here&amp;rsquo;s how to get them installed quickly.&lt;/p&gt;
&lt;h2 id=&#34;install-via-terminal-recommended&#34;&gt;Install via Terminal (Recommended)&lt;/h2&gt;
&lt;p&gt;The fastest way is using Terminal. Open Terminal and run:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;xcode-select --install
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;This triggers a popup dialog asking if you want to install the command line developer tools. Click &amp;ldquo;Install&amp;rdquo; and wait for the download to complete.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
