<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Fed Rodriguez</title>
    <description>The latest articles on DEV Community by Fed Rodriguez (@meekbot).</description>
    <link>https://dev.to/meekbot</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F286147%2Fb02c0fe6-67dc-4220-80d3-e367c84d9225.png</url>
      <title>DEV Community: Fed Rodriguez</title>
      <link>https://dev.to/meekbot</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/meekbot"/>
    <language>en</language>
    <item>
      <title>Upgrading to Ventura 13.0</title>
      <dc:creator>Fed Rodriguez</dc:creator>
      <pubDate>Tue, 01 Nov 2022 15:13:45 +0000</pubDate>
      <link>https://dev.to/meekbot/upgrading-to-ventura-130-m25</link>
      <guid>https://dev.to/meekbot/upgrading-to-ventura-130-m25</guid>
      <description>&lt;p&gt;Received the following error after upgrading to Ventura on my MacBook Pro M1 Max while trying to run &lt;code&gt;git&lt;/code&gt;.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt; ~/ git xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;This kind of stuff can stop you in your tracks if you're not sure what to search for so I though I would share this quick answer that helped me.&lt;/p&gt;

&lt;p&gt;This is the command that allowed me to resolve my issue:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;xcode-select install
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This will install the Xcode Command Line Tools, a smaller package for mac software devs to use tools that run from the command line. &lt;a href="https://www.freecodecamp.org/news/install-xcode-command-line-tools/"&gt;More info from freeCodeCamp&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Once this was completed I was able to use git from the command line as I expected to.&lt;/p&gt;

</description>
      <category>help</category>
    </item>
  </channel>
</rss>
