Issue with Plugin Export in HISE on macOS
-
Hello everyone,
I’m facing an issue when trying to export a plugin in HISE and I’m not sure how to resolve it. I’m new to macOS and I’m a bit confused about what steps I need to take. Just to mention, I don't have IPP (Intel Performance Primitives) installed on my Mac, and I haven’t been able to install it yet. Could this be the cause of the problem?
I’ll leave the error message here so you can have a look at it. Thanks in advance for any help!Last login: Sun Dec 29 23:40:09 on ttys000
/Users/toni/Desktop/Proiecte\ Hise/Test\ VST/testVST/Binaries/batchCompileOSX ; exit;
toni@MacBook-Air-Chircu ~ % /Users/toni/Desktop/Proiecte\ Hise/Test\ VST/testVST/Binaries/batchCompileOSX ; exit;
/Users/toni/Desktop/Proiecte Hise/Test VST/testVST/Binaries/batchCompileOSX: line 3: 3716 Killed: 9 "/Users/toni/Hise/HISE-develop/tools/Projucer/Projucer.app/Contents/MacOS/Projucer" --resave AutogeneratedProject.jucer
Compiling FX plugin testVST ...
2024-12-29 23:49:56.563 xcodebuild[3717:95453] Writing error result bundle to /var/folders/2q/vm9bh_tj1n193j83wczcmblh0000gn/T/ResultBundle_2024-29-12_23-49-0056.xcresult
xcodebuild: error: 'Builds/MacOSX/testVST.xcodeproj' does not exist.Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.[Proces finalizat]
-
@filipalex96 said in Issue with Plugin Export in HISE on macOS:
and I haven’t been able to install it yet. Could this be the cause of the problem?
You shouldn't use IPP on Mac (you don't "need" it on Windows either).
Have you compiled HISE from source?
-
@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?