Unable to Compile AU for Mac
-
@d-healey Ok, then what should I do please. Seems not working on 10.3 also. I'm stuck to be honest
-
-
@nesta99 How did you fix it?
-
@d-healey Deleted the the 2021.01 and Oneapi Directory, so that the paths where coherent with with path shown in the Error log. Compiled with Xcode 10.0
-
Hi everyone. I'm trying to compile my plugin here on my Mac, but it's not working . June itself works super correctly! I don't know why I can't compile. please help
Thanks
-
@nesta99
You have to compile Projucer from JUCE source code. Sometimes Mac doesn't allow pre compiled binaries. Locally compiled apps bypasses this requirement.
Or You can do :
Type this into the Terminal
xattr -cr
after the "cr" press space button then drag and drop the Projucer app file into the Terminal. Press enter. This will deactivate Gatekeeper for Projucer and it will work. -
@Rudra-Ghosh Still not working... tried all day long..
-
@nesta99 you tried to download the projucer from the juce site?
-
@yall Yes, but then i got the information here that it's better to clone it with the terminal...
-
@nesta99 i just saw with your image that you compile with @d-healey exporter. me neither it does not work aprc mac
-
@yall ok, but it was working on my former 2011 MacBook ... don’t know why is not working here
-
@nesta99
Also tried to compile without the export tool but still... any idea on this one please?
-
@nesta99 It looks like you have x86 + x64 enabled. Catalina won’t run anything 32-bit. If you try to compile a 32bit plugin you'll get "bad cpu type in executable "
-
@dustbro Ok, thanks! I'll check the Projucer settings. Thanks
-
@dustbro
I've disabled these options and compiled it directly in hise, not working still. any idea please? -
https://support.apple.com/en-us/HT208050
This might help