Issue with Plugin Export in HISE on macOS
-
@d-healey Yes, I have compiled HISE from source.
Would you have any suggestions on what I can try next to resolve the issue?
Thanks!
-
@filipalex96 You're trying to compile an FX plugin? Did you select to use VST3 and did you extract the VST3 SDK?
-
@d-healey said in Issue with Plugin Export in HISE on macOS:
You're trying to compile an FX plugin? Did you select to use VST3 and did you extract the VST3 SDK?
Yes, I am trying to export an FX plugin, and I have also tried the VST export. I extracted the SDK zip file into the "Tools" folder as instructed in the documentation.
-
@filipalex96 Which version of xcode and osx? Have you installed xcpretty?
-
@d-healey Thhe version of Xcode is 16.2, and yes, I have installed xcpretty. OSX :sequoia 15.2
-
@filipalex96 What happens if you manually open the juicer file in Projucer and launch xcode and build manually, does that work?
-
@d-healey It seems that the build worked fine when I manually opened the Juicer file in Projucer, launched Xcode, and built the project manually. It successfully compiled the files.
This suggests that the issue might be related to the automated build process or setup.
-
@d-healey Do you think there's anything I can do to fix this issue?
-
@filipalex96 I wonder if there is a folder permission issue.
-
@d-healey That's a good point. I'll check the folder permissions and make sure everything is set correctly.
Thanks for the suggestion!
-
@d-healey The problem was that, thank you very much for your help!
-
@filipalex96 Cool, how did you solve it?