i386 deprecated!?!?!
-
@Lindon if your daw on macos is loading it, it is somewhere. Also check /Library/Audio
-
@Christoph-Hart said in i386 deprecated!?!?!:
/Libraries/Application Support/Audio/Plug-Ins/VST
So, been through this as well, managed to build an AU plugin , shows up as .component in the plugins folder.
I have another plugin in that folder (Hello world) from Juce.
The plugin from Juce shows up in Reaper but my plugin does not.Same plugin was built on Win as VST and works nicely.
Next up is trying to build a VST on Mac and see if that works.
-
I got this error just now trying to build. I am wondering if someone could please provide a compiled version on the github that works properly so that everyone doesn't have to re-build HISE. I am going to try and do that process now, but im having to do a fair bit in the process and I feel like thats something that should be made available, if I am successful in building the newer HISE, I would love to help in posting the mac version. I just want to make sure something like that is available to anyone new that comes to HISE. It seems like its starting to fall out of active production and its too good to become abandoned, but I am also not enough of a developer to be the guy to help take over and push it forward yet.
-
@MacroMachines The fact is that having a prebuilt version of Hise will not help you to export final products if you don't have the right tools anyway.
Another important part is that one can have different preprocessor settings in the Projucer, as well as other settings.And this is not talking about the bug fixes and updates, especially with the V3 coming soon, and any custom modifications, custom nodes you need to compile with, etc…
My guess is that it worth having a setup that works so you're good to build by yourself. And once it works, re-compiling is very easy
-
@ustk Ok, I was able to get xcode working on mojave downloading an old version, I adjusted the settings in the projucer project to 64 bit and recompiled HISE successfully and now im still getting the same error when I compile my plugin test:
" error: The i386 architecture is deprecated. You should update your ARCHS build setting to remove the i386 architecture. (in target 'VibratorBass - Shared Code' from project 'VibratorBass')"
-
@Christoph-Hart Wait I need to stop the terminal from compiling my HISE project after hitting export for audio unit and then look for a projucer project and edit that one and change the export settings on that and compile it?
-
I get failed in xcode when I build the autogenerated projucer, error : /Users/nicholascraftisiii/Dropbox/Myplugin/HISE/Myplugin/Binaries/Source/Plugin.cpp:8:45: No member named 'MidiFiles' in 'hise::FileHandlerBase'
-
@MacroMachines You should be able to build in the terminal. You might have a 32bit thingy ticked in the Hise preferences (I'm not in front of my computer…)
-
@MacroMachines
-- this should be OFF
-
@Lindon Ok I tried that, now getting this error in the terminal compile:
▸ Processing Info-AU.plist
** BUILD FAILED **The following build commands failed:
Rez /Users/nicholascraftisiii/Dropbox/Vibrator\ Synths/HISE/VibratorBass/Binaries/Builds/MacOSX/build/VibratorBass.build/Release/VibratorBass\ -\ AU.build/ResourceManagerResources/Objects/include_juce_audio_plugin_client_AU.rsrc /Users/nicholascraftisiii/Dropbox/Vibrator\ Synths/HISE/VibratorBass/Binaries/JuceLibraryCode/include_juce_audio_plugin_client_AU.r
(1 failure)
Is there an issue with AU for mac?
-
@MacroMachines said in i386 deprecated!?!?!:
@Lindon Ok I tried that, now getting this error in the terminal compile:
▸ Processing Info-AU.plist
** BUILD FAILED **The following build commands failed:
Rez /Users/nicholascraftisiii/Dropbox/Vibrator\ Synths/HISE/VibratorBass/Binaries/Builds/MacOSX/build/VibratorBass.build/Release/VibratorBass\ -\ AU.build/ResourceManagerResources/Objects/include_juce_audio_plugin_client_AU.rsrc /Users/nicholascraftisiii/Dropbox/Vibrator\ Synths/HISE/VibratorBass/Binaries/JuceLibraryCode/include_juce_audio_plugin_client_AU.r
(1 failure)
Is there an issue with AU for mac?
Not as long as you have the AU library installed - do you? where?
-
@Lindon I didn't see that in the process for setting things up on the github, what do I need / where do I get it? I tried googling various things related to AU library and development for OSX but not getting anything.
-
@MacroMachines you've read and followed this right?
https://forum.hise.audio/topic/2311/problem-building-au-plugin
-
@Lindon I did a forum search and did read that, but I had just deleted and installed a new Xcode on Sunday to be able to compile HISE, and that thread mainly resolves in that being the solution, which I have already done. I had already done the 64 bit aspects in this thread, so I am not sure what else to do currently. Is there an Xcode tool/SDK I am missing for AU? I don't see anything mentioned in the forum or the documentation.. only the VST 3 sdk which is working.
-
@Lindon Ahh I do see a linked sub thread on the Juce forum, will try what they suggest in there.
-
I needed to do everything stated above in preferences and producer, downloaded Xcode 10.3 and a hise build from Jan 30, and when I compile my plugin and it asks me to recompile the binary I click no, and it compiled correctly. Make sure to download Xcode 10.3 command line tools and this is for Mohave. With Catalina I keep getting an hlac compiling error and that’s where I’m stuck for now
-
@coreyu21 Hmm, Im using Xcode 10.4, could you be more specific which HISE you built? or did you download the supplied executable app 2.0.0 version from github? and you are successfully building AU as well?
-
@MacroMachines yes so I used the hise scriptnode branch project from Jan 30th. I used Xcode 10.3 to compile the au plugin. I managed to compile au as well on The latest Catalina build last night using Xcode11. I’m not a Mac guy but any means. With Catalina it took some extra searching to fix Xcode problems and this doesn’t include noterizing and all that. But was able to compile in both setups
-
Hello everyone, I'm still having this issue when exporting the plugin...
I have Xcode 10 , with High sierra 2012 MPB, Hise Master branchAm I doing something Wrong?
-
@nesta99
Do you have "Support 32 bit..." unticked?