<?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[Bizarre project compilation issue]]></title><description><![CDATA[<p dir="auto">Hey all - seeing really weird behavior trying to compile a plugin<br />
On the latest git (last night) but saw this issue on previous builds too. I go Export&gt;Compile project and run the exporter, get this far:</p>
<pre><code>&gt; Perform sanity checks
&gt; Create C++ autogenerated files
&gt; Create binary data files
&gt; Exporting the pooled resources
Export audio files
Writing {PROJECT_FOLDER}DAY.wav ... 0 kB
Writing {PROJECT_FOLDER}Hall.wav ... 7185 kB
Writing {PROJECT_FOLDER}MediumPlate.wav ... 7570 kB
Writing {PROJECT_FOLDER}Sword Jogger Verb.wav ... 8732 kB
Export image files
Writing {PROJECT_FOLDER}BG.png ... 0 kB
Writing /Users/lozpetts/Downloads/Slider test 1.png ... 595 kB
Writing {PROJECT_FOLDER}FGTransFeathers.png ... 610 kB
Writing {PROJECT_FOLDER}KNOBDEAD.png ... 1422 kB
Writing {PROJECT_FOLDER}VOLUMESPENCILKNOBV1.png ... 1436 kB
Writing {PROJECT_FOLDER}knob sprite.png ... 5086 kB
Writing {PROJECT_FOLDER}VolumesBGPlain.png ... 5177 kB
Writing {PROJECT_FOLDER}NVMR Small.png ... 5832 kB
Writing {PROJECT_FOLDER}Nevermore Book Spine.png ... 5896 kB
Writing {PROJECT_FOLDER}AboutButtonTransStrip.png ... 6103 kB
Export samplemap files
Export MIDI files
DONE
&gt; Create embedded data files
&gt; Launch system compiler...
Re-saving file: /Volumes/NVMR Dev/Projects/VOLUMES/Binaries/AutogeneratedProject.jucer
Finished saving: Visual Studio 2022
Finished saving: Xcode (macOS)
Finished saving: macOS Makefile
Finished saving: Xcode (iOS)
Finished saving: Linux Makefile
Compiling Instrument plugin Volumes Beta ...

</code></pre>
<p dir="auto">And then it hangs forever, regardless of AU, VST etc being selected, regardless of project. Obviously that doesn't tell me much so I opened the Xcode project and compiled it there, it compiled straight away no issues - except the exported file is 32bit? Despite being on Apple Silicon and the flags all saying ARM64e, Support 32bit macOS flag in HISE is unticked. This means I can't test it, which obviously makes the whole thing a bit pointless.<br />
This has happened on multiple builds of HISE, multiple commits, all my projects -</p>
<p dir="auto">HISE 4.9.0 80bc4934<br />
JUCE v6.1.3 (because JUCE 8 is currently not building in HISE)<br />
Xcode Version 26.5 (17F42)<br />
Apple clang version 21.0.0 (clang-2100.1.1.101)<br />
Target: arm64-apple-darwin25.2.0<br />
Thread model: posix<br />
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin</p>
<p dir="auto">Is there a way of getting verbose logs out of the HISE exporter so I can see or at least post what's happening?</p>
]]></description><link>https://forum.hise.audio/topic/14745/bizarre-project-compilation-issue</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 18:47:54 GMT</lastBuildDate><atom:link href="https://forum.hise.audio/topic/14745.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 15 May 2026 11:36:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Bizarre project compilation issue on Fri, 15 May 2026 16:48:34 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> I've fixed it - just incase anyone ever sees similar weirdness in future -</p>
<p dir="auto">Open Terminal and:</p>
<pre><code>xcode-select -p
</code></pre>
<p dir="auto">That should return similar to:</p>
<pre><code>/Applications/Xcode.app/Contents/Developer
</code></pre>
<p dir="auto">If not, sort it with this:</p>
<pre><code>sudo xcode-select --switch /Applications/Xcode.app
sudo xcodebuild -runFirstLaunch
</code></pre>
<p dir="auto">Then reset dev tools:</p>
<pre><code>sudo xcode-select --reset
sudo xcodebuild -license accept
</code></pre>
<p dir="auto">Delete derived data and module cache:</p>
<pre><code>rm -rf ~/Library/Developer/Xcode/DerivedData
rm -rf ~/Library/Developer/Xcode/ModuleCache.noindex
</code></pre>
<p dir="auto">Double check clang if you've got clang errors:</p>
<pre><code>clang --version
xcrun clang --version
</code></pre>
<p dir="auto">If either of those hang, reinstall clang.</p>
<p dir="auto">Reinstall commandlinetools:</p>
<pre><code>sudo rm -rf /Library/Developer/CommandLineTools
xcode-select --install
</code></pre>
<p dir="auto">Delete Xcode caches (bit severe but I think this is what sorted mine out):</p>
<pre><code>rm -rf ~/Library/Caches/com.apple.dt.Xcode
rm -rf ~/Library/Preferences/com.apple.dt.Xcode.plist
</code></pre>
<p dir="auto">Then reboot, open HISE and try your compile again - mine went straight through, no errors!</p>
]]></description><link>https://forum.hise.audio/post/120336</link><guid isPermaLink="true">https://forum.hise.audio/post/120336</guid><dc:creator><![CDATA[Lurch]]></dc:creator><pubDate>Fri, 15 May 2026 16:48:34 GMT</pubDate></item><item><title><![CDATA[Reply to Bizarre project compilation issue on Fri, 15 May 2026 16:13:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/3592">@Lurch</a> said in <a href="/post/120325">Bizarre project compilation issue</a>:</p>
<blockquote>
<p dir="auto">opened projucer and set the target arch to ARM64/ARM64e</p>
</blockquote>
<p dir="auto">What does it show in xcode</p>
]]></description><link>https://forum.hise.audio/post/120327</link><guid isPermaLink="true">https://forum.hise.audio/post/120327</guid><dc:creator><![CDATA[David Healey]]></dc:creator><pubDate>Fri, 15 May 2026 16:13:13 GMT</pubDate></item><item><title><![CDATA[Reply to Bizarre project compilation issue on Fri, 15 May 2026 16:03:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/3592">@Lurch</a> Have now cleared the Xcode project, opened projucer and set the target arch to ARM64/ARM64e - export is still 32bit according to cubase?</p>
]]></description><link>https://forum.hise.audio/post/120325</link><guid isPermaLink="true">https://forum.hise.audio/post/120325</guid><dc:creator><![CDATA[Lurch]]></dc:creator><pubDate>Fri, 15 May 2026 16:03:58 GMT</pubDate></item><item><title><![CDATA[Reply to Bizarre project compilation issue on Fri, 15 May 2026 11:48: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> Should have included this, sorry - hangs forever here:</p>
<pre><code>Last login: Fri May 15 12:34:08 on ttys000
/Volumes/NVMR\ Dev/Projects/VOLUMES/Binaries/batchCompileOSX ; exit;
(base) lozpetts@192 ~ % /Volumes/NVMR\ Dev/Projects/VOLUMES/Binaries/batchCompileOSX ; exit;
Re-saving file: /Volumes/NVMR Dev/Projects/VOLUMES/Binaries/AutogeneratedProject.jucer
Finished saving: Visual Studio 2022
Finished saving: Xcode (macOS)
Finished saving: macOS Makefile
Finished saving: Xcode (iOS)
Finished saving: Linux Makefile
Compiling Instrument plugin Volumes Beta ...

----- xcbeautify -----
Version: 2.28.0
----------------------

⚠️ Building targets in manual order is deprecated - check "Parallelize build for command-line builds" in the project editor, or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the current build to suppress this warning
note: Target dependency graph (3 targets)

</code></pre>
]]></description><link>https://forum.hise.audio/post/120311</link><guid isPermaLink="true">https://forum.hise.audio/post/120311</guid><dc:creator><![CDATA[Lurch]]></dc:creator><pubDate>Fri, 15 May 2026 11:48:58 GMT</pubDate></item><item><title><![CDATA[Reply to Bizarre project compilation issue on Fri, 15 May 2026 11:42:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/3592">@Lurch</a> What happens if you use one of the export options instead of compile project?</p>
]]></description><link>https://forum.hise.audio/post/120310</link><guid isPermaLink="true">https://forum.hise.audio/post/120310</guid><dc:creator><![CDATA[David Healey]]></dc:creator><pubDate>Fri, 15 May 2026 11:42:25 GMT</pubDate></item></channel></rss>