Unable to Compile AU for Mac
-
it made me the same. c is that the command tools was not the correct one for xcode
-
@yall Yeah sounds like this could be the issue.
-
@d-healey but if that's the problem I had to recompile hise. xcode10.1 + command tools 10.1
-
here is the snapshot......
It's gifted by my brother @Rudra-Ghosh Macbook Air but only problem is AU not being compiled. -
@Tania-Ghosh Have you installed xcpretty? You must install it too before compiling plugins.
- Download xcpretty from here https://github.com/xcpretty/xcpretty and unzip
- Open Gem file in the xcpretty download package.
- Then enter
sudo gem install xcpretty
command in Terminal
This should finish installing xcpretty gem files. Then retry the Hise export process, it should work.
If it doesn't work, try to compile Hise again and then export plugin. -
@orange Great.. I'll try any let you know. :)
-
@orange Sorry.. not working...
Unable to compile AU plugins.
-
@Tania-Ghosh try to compile your plugin using the .auto generated file in your project folder. you open it with projection
-
@yall @orange @d-healey @ustk @Christoph-Hart Sorry Tried.. didn't work.. here is the full screen record with the error details...
https://youtu.be/dN7lNt1ZrZw -
@Tania-Ghosh which XCode version are you using? There is a post about this issue:
https://forum.hise.audio/topic/2600/macos-catalina-rez-error-bad-cpu-type-in-executable/2
-
@orange I am using Xcode10.
-
I noticed you're using JUCE 6, I don't know if that will work. HISE comes with JUCE 5
-
@d-healey I'm using Projucer v.6 and it works here
-
Are you compiling on a system with an M1 CPU? Or is this Intel?
-
@d-healey Yes..Intel i5 CPU.
-
@Tania-Ghosh did projucer 5 that's bundled work at all because I have a very similar setup here with Catalina and Xcode 10.1 ,Projucer 5 won't open at all.. so I used version 6.
-
@d-healey I mentioned earlier in another post... the default projucer that comes with HISE doesn't work....So I need to use JUCE 6.
Mac is useless(Sorry who love Apple).. I must say... I have taken mac to compile Au plugins.. First I had trouble to get Compiled. By @orange and @Rudra-Ghosh grace somehow I managed to compile HISE. Now Getting stupid error. And if I search for the error on Google no help. Even Apple support is worse.
-
@ospfeigrp I don't know mate.. After two weeks I'm trying to build Au plugins. But no Luck. So I am using Juce 6 (that has Nice Made with JUCE Splash Screen). Still no luck.
-
@ospfeigrp said in Unable to Compile AU for Mac:
did projucer 5 that's bundled work at all because I have a very similar setup here with Catalina and Xcode 10.1 ,Projucer 5 won't open at all.. so I used version 6.
@Tania-Ghosh said in Unable to Compile AU for Mac:
the default projucer that comes with HISE doesn't work.
The Projucer binary that comes with HISE appears not to work on some installations. However HISE comes with the JUCE 5 source code, so you can build a working version of Projucer from that, you don't need to use JUCE 6 (although apparently it works).
-
@d-healey I tried to compile JUCE 5 from the source code...didn't work either..