Solved Missing Binaries (vst3) but XCode notifies "Build Succeeded"
-
Xcode 15 notifies me of a "Build Succeeded" on my Sonoma 14.4, Intel processor, Mac Mini 7,2. I managed to compile HISE from source code, and now I'm attempting to port my romplers from Windows to Mac OS X. From Projucer, I launched Xcode > Release and opened it in the IDE. I set "macOS Deployment Target" to 14.4 in Projucer.
-
-
@Mighty23 so where did you look for the binaries?
On MacOS they are in:
Macintosh HD/Users/<your name>/Library/Audio/Plugins
-
@Lindon I don't think that's the case with recent versions of HISE on Sonoma, Christoph removed the copy step because it was causing issues.
-
@Lindon Thank you for your response. I've searched in the /Libraries/Music/Plug-ins/VST3 folder, but the file isn't there. In Windows, a folder named "Compiled" is created within Binaries. I've tried multiple times and receive a "Build Succeeded" message, but I can't find any mypluginname.vst3.
-
@Mighty23 Open the Binaries folder in Finder and use Finder's search feature to look for .component and .vst3 files.
-
@d-healey Unfortunately I restarted the PC and the situation described in the topic no longer occurs. Right now I get errors while compiling. should I post the errors or should I open a new topic and close this thread?
-
@Mighty23 Might as well keep this thread going. What have you changed between it working and it now not working?
-
-
@Mighty23 I don't see any error there
-
-
@Mighty23 Are you using the latest develop branch of HISE?
-
@d-healey I'm using the last version from GitHub source.
-
@Mighty23 But which branch?
-
@d-healey develop branch
-
@Mighty23 OK try cleaning the build folder from within HISE (the option in the export menu). Then export again, but don't change anything manually in the jucer file or in xcode.
-
@d-healey here is the untouched version, of Xcode and Projucer.
-
@Mighty23 Didn't you say you changed it to target 14.4?
-
@d-healey in projucer i can switch from 10 tò 14.4 and remove the related errore.
-
@Mighty23 When you export from HISE, it should default to 10.9. But your error above mentions 14.4 which implies you have made manual changes to the jucer file.
-
@d-healey I have manual edited on juice like in my screenshot, from 10.9 to 14.4. the related error is probably fixed but not start compile.