The solution on this thread worked for me: https://forum.hise.audio/topic/8218/warning-xcode-15/45
Best posts made by Steve Lydford
-
RE: Export Plug-ins with Sonoma
Latest posts made by Steve Lydford
-
RE: Buttons only work with a double click the first time you press them
It could be that you are toggling the button "on and off", depending on the state at the start. Try adding something like this at the top of your button callbacks:
if(!value) return;
-
RE: Would this work?
@Mors Sorry, I wasn't very clear. You should navigate to users/your_username/Library/Audio/Plug-ins/Components in the MacOS Finder and you should have the component shortcut there which you can right-click. "Show Original" is a Mac Finder function.
Did you choose "Export as Instrument (VSTi/AUi) plugin" from the Export menu in Hise?
-
RE: Would this work?
It should put a shortcut to your_project_name.component in Binaries/Builds/MacOSX/build/Release
If you right-click that file in Finder and click "Show Original", it should take you to users/your_username/Library/Audio/Plug-ins/Components
-
RE: Would this work?
I am running HISE 3.6.2 on Sonoma. The solution in this thread works for me and I am able to successfully export plugins:
https://forum.hise.audio/topic/8218/warning-xcode-15/44?_=1709203602024 -
RE: Export Plug-ins with Sonoma
The solution on this thread worked for me: https://forum.hise.audio/topic/8218/warning-xcode-15/45