LOGIC: version invalid on built plugins in Plugin Manager
-
@Christoph-Hart it would be great to have this fixed!
-
Ok, I have some more intel. I updated XCode to 13.4 and macOS to 12.4 and things are both better and worse. The worse first: when I build the plugin, I get this:
❌ clang: error: unable to execute command: Abort trap: 6 ❌ clang: error: linker command failed due to signal (use -v to see invocation)
I can't build the latest develop version of HISE either but I'm just using my backup copy from April 24th.
Now the good part: if I open the autogenerated Jucer file and build it for Native Architecture Of Build Machine, it builds fine AND the plugin version is displayed correctly in auval at last!
...but I guess the Native Architecture Of Build Machine is M1 only and won't work on Intel macs, right? Because my mac is M1 so that would kind of make sense?
-
@tomekslesicki Looks very similar to this error I was getting (on my Intel Mac Mini). My solution was to roll back to an earlier version of Xcode.
https://forum.hise.audio/topic/5695/llvm-error-building-on-osx
-
Running into this issue as well. Starting to get complaints from Logic users because it has to rescan the plugin every time due to the version being “invalid”
-
@Casey-Kolb All I could find online so far: https://forum.juce.com/t/au-plugin-version-in-logic-pro-x/46992/4
Would be great to get this fixed :)
-
@DanH the commit from 30th November 2021 works fine fyi - I just happened to have that still on my machine
-
Ok, I have a little breakthrough:
The last XCode that can build plugins or HISE at the moment is 13.2.1
When the AU is built from HISE, the AU version is not written properly and auval can't process it.
When the AU is built from the autogenerated projucer file, everything is fine.
-
@tomekslesicki Great news, we're getting close (I can't find anything in the source code so I think it might have something to do with the build tools).
What happens if you run the batch file (
Builds/batchCompileOSX
) manually? Does the AU version work then or do you need to go into Xcode for compilation? It might be the case that the command line build tools (xcodebuild
) is using a different Xcode version, otherwise there shouldn't be too much difference.You can check this with a terminal command:
https://stackoverflow.com/questions/7016307/which-version-of-xcode-does-xcodebuild-use
Is it the same version than you're using manually?
-
Or are you using a different Projucer binary than the one shipped with HISE?
-
@Christoph-Hart I'm using a different Projucer to compile, the one that came with HISE can't be run and I remember there's a way to hack that but I just downloaded a copy from JUCE back in December I guess. Here's what I'm using:
I only have XCode 13.2.1 installed, I remove all other copies not to get confused ;-)
-
I remember there's a way to hack that
It's just a permission issue. You have to run this command:
terminal command "xattr -cr" + path to projucer
But I have the same AU version problem with the same version of Xcode and Projucer from the HISE repo.
-
@d-healey I have the same problem as well.
-
OK, just to summarize:
- Xcode versions do not matter
- if you open the Autogenerated file in the Projucer shipped with HISE, it doesn't work.
- if you open the Autogenerated file with a Projucer built from JUCE directly, it works.
Does it also work with the Projucer 6.1.3 from the JUCE repo? Using a 6.1.4 Projucer with a 6.1.3 JUCE codebase might lead to other issues.
-
- I wouldn't say XCode doesn't matter - nothing will build on versions newer than 13.2.1 ;-)
- it works with the Projucer that comes with HISE, I just tested so I'm not going to test the other Projucer build to save some time
- it doesn't work when building from HISE - I need to manually open the autogenerated projucer project and build from that to get the version embedded
-
@tomekslesicki @Christoph-Hart using the projucer that come with HISE (6.1.3) doesn't work for me. I can't find the one from the JUCE repo - can anyone link me?
-
-
@ustk at the risk of sounding rather silly, I can't see a way to download the project in order to build it natively
-
@DanH gentle enquiry into if this fix is progressing... :)
-
@DanH Yep, getting loads of support tickets about this now. Starting to become a more pressing issue. Logic's rescan of CUBE on every open is starting to make the plugin look bad
-
I've gotten a few support tickets as well. Gonna try to take a look this weekend.