<?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/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									macOS - What XCode Commandline tools do I have installed? - Delphi, Lazarus, Free Pascal				            </title>
            <link>https://www.tweaking4all.com/forum/delphi-lazarus-free-pascal/macos-what-xcode-commandline-tools-do-i-have-installed/</link>
            <description>Tweaking4All.com Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 21 Jul 2026 00:55:57 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>macOS - What XCode Commandline tools do I have installed?</title>
                        <link>https://www.tweaking4all.com/forum/delphi-lazarus-free-pascal/macos-what-xcode-commandline-tools-do-i-have-installed/#post-5854</link>
                        <pubDate>Sun, 18 May 2025 08:00:36 +0000</pubDate>
                        <description><![CDATA[To find where your Xcode commandline tools are installed:
xcode-select -p
This should show (if you have Xcode installed) this:
/Applications/Xcode.app/Contents/Developer
Older versions o...]]></description>
                        <content:encoded><![CDATA[<p>To find <strong>where</strong> your Xcode commandline tools are installed:</p>
<pre contenteditable="false">xcode-select -p</pre>
<p>This should show (if you have Xcode installed) this:</p>
<pre contenteditable="false">/Applications/Xcode.app/Contents/Developer</pre>
<p>Older versions or stand-alone commandline tools installs can have different paths.</p>
<p> </p>
<p>To determine <strong>what version</strong> you have installed:</p>
<pre contenteditable="false">pkgutil --pkg-info=com.apple.pkg.CLTools_Executables</pre>
<p>which outputs something like this:</p>
<pre contenteditable="false">package-id: com.apple.pkg.CLTools_Executables
version: 16.1.0.0.1.1729049160
volume: /
location: /
install-time: 1745138925</pre>
<p> </p>
<p>To <strong>install</strong> the Xcode commandline tools use this:</p>
<pre contenteditable="false">xcode-select –-install</pre>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/delphi-lazarus-free-pascal/">Delphi, Lazarus, Free Pascal</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/delphi-lazarus-free-pascal/macos-what-xcode-commandline-tools-do-i-have-installed/#post-5854</guid>
                    </item>
							        </channel>
        </rss>
		