<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[&quot;An error again :(&quot;]]></title><description><![CDATA[<p dir="auto">I’ve run into an error in Xcode again while trying to build the <em>Release</em> version. I’m not entirely sure what happened—I’m very new to this—but I’m trying not to get frustrated or give up. I would really appreciate your help; here is the image and the error code I received.</p>
<p dir="auto">ERROR: xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance</p>
<p dir="auto"><img src="/assets/uploads/files/1786031206651-3edefbf9-87fe-46da-acfe-a3a6a16eb67f-image.png" alt="3edefbf9-87fe-46da-acfe-a3a6a16eb67f-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.hise.audio/topic/14981/an-error-again</link><generator>RSS for Node</generator><lastBuildDate>Thu, 06 Aug 2026 21:15:54 GMT</lastBuildDate><atom:link href="https://forum.hise.audio/topic/14981.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 06 Aug 2026 15:49:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to &quot;An error again :(&quot; on Thu, 06 Aug 2026 15:53:44 GMT]]></title><description><![CDATA[<p dir="auto">You just need to run a command to tell the system where xcode is.</p>
<p dir="auto">Make sure your xcode app is in /Applications (not the user folder, the system one). Then run the command</p>
<pre><code>sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
</code></pre>
]]></description><link>https://forum.hise.audio/post/122361</link><guid isPermaLink="true">https://forum.hise.audio/post/122361</guid><dc:creator><![CDATA[David Healey]]></dc:creator><pubDate>Thu, 06 Aug 2026 15:53:44 GMT</pubDate></item></channel></rss>