<?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[Why is macOS minimum 11.0? (And beware of Xcode 27!)]]></title><description><![CDATA[<p dir="auto">In commit <a href="https://github.com/christophhart/HISE/commit/837ae14040c80cb6ebb2a1d7503aaf59e30ad465" rel="nofollow ugc">837ae1404</a> (19th April 2026) the minimum macOS target was changed from 10.9 to 11.0 but I can't seem to find any compelling code reason why.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/1">@Christoph-Hart</a> Was this just a preference? Or was there some code/architecture reason for the change?</p>
<p dir="auto">The jump from 10.9 to 11.0 is not small. It cuts out quite a few older systems:</p>
<pre><code>┌─────────┬─────────────┬──────────┐
│ 10.9    │ Mavericks   │ 2013     │
├─────────┼─────────────┼──────────┤
│ 10.10   │ Yosemite    │ 2014     │
├─────────┼─────────────┼──────────┤
│ 10.11   │ El Capitan  │ 2015     │
├─────────┼─────────────┼──────────┤
│ 10.12   │ Sierra      │ 2016     │
├─────────┼─────────────┼──────────┤
│ 10.13   │ High Sierra │ 2017     │
├─────────┼─────────────┼──────────┤
│ 10.14   │ Mojave      │ 2018     │
├─────────┼─────────────┼──────────┤
│ 10.15   │ Catalina    │ 2019     │ 👈 32-bit support dropped here
├─────────┼─────────────┼──────────┤
│ 11.0    │ Big Sur     │ 2020     │ 👈 Apple Silicon introduced here
└─────────┴─────────────┴──────────┘
</code></pre>
<p dir="auto">A percentage of my customers are on pre-11.0 systems, and all my existing Maize Sampler-based plugins support back to 10.14, so I'd like to change the 11.0 to something lower in my exports.</p>
<p dir="auto">Anyone know of any reason why this would cause problems?</p>
<p dir="auto">Side note: <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/12">@David-Healey</a>, you mentioned <a href="https://forum.hise.audio/topic/14407/what-minimum-mac-win-os-are-you-supporting">here</a> that you use 'HISE defaults', which are now 11.0, but the Rhapsody website says 10.14+. Just wanted you to know you might need to change your website wording, if you've exported/updated the player since April this year.</p>
]]></description><link>https://forum.hise.audio/topic/15000/why-is-macos-minimum-11-0-and-beware-of-xcode-27</link><generator>RSS for Node</generator><lastBuildDate>Fri, 14 Aug 2026 12:29:13 GMT</lastBuildDate><atom:link href="https://forum.hise.audio/topic/15000.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 14 Aug 2026 09:22:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Why is macOS minimum 11.0? (And beware of Xcode 27!) on Fri, 14 Aug 2026 10:26:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/357">@dannytaurus</a> Interesting, looks like they are also phasing out Intel support when they eventually limit the minimum deployment to 27.0 - probably a few years yet.</p>
<p dir="auto">I'll just stick with my existing build system for now until it no longer works.</p>
]]></description><link>https://forum.hise.audio/post/122527</link><guid isPermaLink="true">https://forum.hise.audio/post/122527</guid><dc:creator><![CDATA[David Healey]]></dc:creator><pubDate>Fri, 14 Aug 2026 10:26:13 GMT</pubDate></item><item><title><![CDATA[Reply to Why is macOS minimum 11.0? (And beware of Xcode 27!) on Fri, 14 Aug 2026 10:22:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/12">@David-Healey</a> <a href="https://developer.apple.com/documentation/xcode-release-notes/xcode-27-release-notes#Deprecations-in-Xcode-27-Beta" rel="nofollow ugc">Same page</a>:</p>
<blockquote>
<p dir="auto"><strong>Deprecations in Xcode 27 Beta</strong><br />
The following items have been deprecated or removed:<br />
The minimum supported deployment target on macOS for the C++ standard library has been increased to 11.0.</p>
</blockquote>
]]></description><link>https://forum.hise.audio/post/122526</link><guid isPermaLink="true">https://forum.hise.audio/post/122526</guid><dc:creator><![CDATA[dannytaurus]]></dc:creator><pubDate>Fri, 14 Aug 2026 10:22:20 GMT</pubDate></item><item><title><![CDATA[Reply to Why is macOS minimum 11.0? (And beware of Xcode 27!) on Fri, 14 Aug 2026 10:20:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/357">@dannytaurus</a> Where are you seeing that info?</p>
]]></description><link>https://forum.hise.audio/post/122525</link><guid isPermaLink="true">https://forum.hise.audio/post/122525</guid><dc:creator><![CDATA[David Healey]]></dc:creator><pubDate>Fri, 14 Aug 2026 10:20:29 GMT</pubDate></item><item><title><![CDATA[Reply to Why is macOS minimum 11.0? (And beware of Xcode 27!) on Fri, 14 Aug 2026 10:23:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/12">@David-Healey</a> Claude says:</p>
<blockquote>
<p dir="auto">the libc++ minimum deployment target was raised to 11.0, which is a hard toolchain fact — a C++ codebase like HISE cannot target 10.14 or 10.15 from Xcode 27 regardless of distribution channel</p>
</blockquote>
<p dir="auto">So 10.13 to 10.15 etc are <strong>completely out</strong> for Xcode 27, but can it build for <strong>11</strong> (even if 12 is the minimum for App Store) is still an open question.</p>
]]></description><link>https://forum.hise.audio/post/122524</link><guid isPermaLink="true">https://forum.hise.audio/post/122524</guid><dc:creator><![CDATA[dannytaurus]]></dc:creator><pubDate>Fri, 14 Aug 2026 10:23:10 GMT</pubDate></item><item><title><![CDATA[Reply to Why is macOS minimum 11.0? (And beware of Xcode 27!) on Fri, 14 Aug 2026 10:16:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/12">@David-Healey</a> Hope you're right!</p>
]]></description><link>https://forum.hise.audio/post/122523</link><guid isPermaLink="true">https://forum.hise.audio/post/122523</guid><dc:creator><![CDATA[dannytaurus]]></dc:creator><pubDate>Fri, 14 Aug 2026 10:16:27 GMT</pubDate></item><item><title><![CDATA[Reply to Why is macOS minimum 11.0? (And beware of Xcode 27!) on Fri, 14 Aug 2026 10:14:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/357">@dannytaurus</a> said in <a href="/post/122521">Why is macOS minimum 11.0? (And beware of Xcode 27!)</a>:</p>
<blockquote>
<p dir="auto">The relevant line is under the "Intel Deprecation" section (issue ID 162138432):</p>
</blockquote>
<p dir="auto">hmm I found <a href="https://developer.apple.com/xcode/system-requirements/" rel="nofollow ugc">this page</a> which mentions the deployment target for Xcode27 as being macOS 12-27</p>
<p dir="auto">But it also says macOS 11-26 for Xcode 26, so maybe deployment target doesn't mean what we think it means.</p>
<p dir="auto">Edit: I just noticed a helpful bit of info at the bottom of the page</p>
<blockquote>
<p dir="auto">Deployment Target: The OS range supported by this version of Xcode for uploading apps to App Store Connect.</p>
</blockquote>
]]></description><link>https://forum.hise.audio/post/122522</link><guid isPermaLink="true">https://forum.hise.audio/post/122522</guid><dc:creator><![CDATA[David Healey]]></dc:creator><pubDate>Fri, 14 Aug 2026 10:14:24 GMT</pubDate></item><item><title><![CDATA[Reply to Why is macOS minimum 11.0? (And beware of Xcode 27!) on Fri, 14 Aug 2026 10:11:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/12">@David-Healey</a> said in <a href="/post/122518">Why is macOS minimum 11.0? (And beware of Xcode 27!)</a>:</p>
<blockquote>
<p dir="auto">Where do you see this?</p>
</blockquote>
<p dir="auto">Xcode 27 Release Notes <a href="https://developer.apple.com/documentation/xcode-release-notes/xcode-27-release-notes" rel="nofollow ugc">https://developer.apple.com/documentation/xcode-release-notes/xcode-27-release-notes</a></p>
<p dir="auto">The relevant line is under the "Intel Deprecation" section (issue ID 162138432):</p>
<blockquote>
<p dir="auto">"Xcode 27 will only install and run on Apple silicon Macs. The macOS 27 SDK supports back deploying Universal (Intel and Apple Silicon) apps to <strong>macOS 12 and later</strong>. Intel development is still possible with macOS versions that support Rosetta like macOS 27."</p>
</blockquote>
]]></description><link>https://forum.hise.audio/post/122521</link><guid isPermaLink="true">https://forum.hise.audio/post/122521</guid><dc:creator><![CDATA[dannytaurus]]></dc:creator><pubDate>Fri, 14 Aug 2026 10:11:58 GMT</pubDate></item><item><title><![CDATA[Reply to Why is macOS minimum 11.0? (And beware of Xcode 27!) on Fri, 14 Aug 2026 10:10:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/357">@dannytaurus</a> None, but I'm using Ventura as my build system, and whatever version of xcode it supports.</p>
]]></description><link>https://forum.hise.audio/post/122520</link><guid isPermaLink="true">https://forum.hise.audio/post/122520</guid><dc:creator><![CDATA[David Healey]]></dc:creator><pubDate>Fri, 14 Aug 2026 10:10:17 GMT</pubDate></item><item><title><![CDATA[Reply to Why is macOS minimum 11.0? (And beware of Xcode 27!) on Fri, 14 Aug 2026 10:09:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/12">@David-Healey</a> said in <a href="/post/122517">Why is macOS minimum 11.0? (And beware of Xcode 27!)</a>:</p>
<blockquote>
<p dir="auto">I noticed it too and I changed it in my fork a couple of months ago.</p>
</blockquote>
<p dir="auto">And no ill effects so far?</p>
]]></description><link>https://forum.hise.audio/post/122519</link><guid isPermaLink="true">https://forum.hise.audio/post/122519</guid><dc:creator><![CDATA[dannytaurus]]></dc:creator><pubDate>Fri, 14 Aug 2026 10:09:33 GMT</pubDate></item><item><title><![CDATA[Reply to Why is macOS minimum 11.0? (And beware of Xcode 27!) on Fri, 14 Aug 2026 10:06:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/357">@dannytaurus</a> said in <a href="/post/122516">Why is macOS minimum 11.0? (And beware of Xcode 27!)</a>:</p>
<blockquote>
<p dir="auto">Looks like Xcode 27.0 targets a minimum of macOS 12</p>
</blockquote>
<p dir="auto">Where do you see this?</p>
]]></description><link>https://forum.hise.audio/post/122518</link><guid isPermaLink="true">https://forum.hise.audio/post/122518</guid><dc:creator><![CDATA[David Healey]]></dc:creator><pubDate>Fri, 14 Aug 2026 10:06:24 GMT</pubDate></item><item><title><![CDATA[Reply to Why is macOS minimum 11.0? (And beware of Xcode 27!) on Fri, 14 Aug 2026 10:00:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/357">@dannytaurus</a> said in <a href="/post/122515">Why is macOS minimum 11.0? (And beware of Xcode 27!)</a>:</p>
<blockquote>
<p dir="auto">Side note: <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/12">@David-Healey</a>, you mentioned here that you use 'HISE defaults', which are now 11.0, but the Rhapsody website says 10.14+. Just wanted you to know you might need to change your website wording, if you've exported/updated the player since April this year.</p>
</blockquote>
<p dir="auto">I noticed it too and I changed it in my fork <a href="https://github.com/davidhealey/HISE/commit/bd566bb775d4bcd3aa158ec8336411179bae2dff" rel="nofollow ugc">a couple of months ago</a>.</p>
]]></description><link>https://forum.hise.audio/post/122517</link><guid isPermaLink="true">https://forum.hise.audio/post/122517</guid><dc:creator><![CDATA[David Healey]]></dc:creator><pubDate>Fri, 14 Aug 2026 10:00:36 GMT</pubDate></item><item><title><![CDATA[Reply to Why is macOS minimum 11.0? (And beware of Xcode 27!) on Fri, 14 Aug 2026 09:50:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/357">@dannytaurus</a> Just looked into Xcode versions and requirements.</p>
<p dir="auto">My installed Xcode 26.1 will build back to 10.13 but Xcode 27.0 changes everything.</p>
<p dir="auto">Looks like Xcode 27.0 targets a minimum of macOS 12 - which makes sticking on Xcode 26.1 a necessity for now.</p>
<p dir="auto"><strong>Xcode 26 can build for macOS 10.13 targets, but Xcode 27 moves that way up to macOS 12! <img src="https://forum.hise.audio/assets/plugins/nodebb-plugin-emoji/emoji/android/1f62e.png?v=fba14f4754a" class="not-responsive emoji emoji-android emoji--open_mouth" style="height:23px;width:auto;vertical-align:middle" title=":open_mouth:" alt="😮" /></strong></p>
<p dir="auto">Also means HISE will need to bump up to macOS 12 for compatibility with Xcode 27+, so maybe I just get on the 11+ ride now? <img src="https://forum.hise.audio/assets/plugins/nodebb-plugin-emoji/emoji/android/1f914.png?v=fba14f4754a" class="not-responsive emoji emoji-android emoji--thinking_face" style="height:23px;width:auto;vertical-align:middle" title=":thinking_face:" alt="🤔" /></p>
]]></description><link>https://forum.hise.audio/post/122516</link><guid isPermaLink="true">https://forum.hise.audio/post/122516</guid><dc:creator><![CDATA[dannytaurus]]></dc:creator><pubDate>Fri, 14 Aug 2026 09:50:56 GMT</pubDate></item></channel></rss>