HISE Logo Forum
    • Categories
    • Register
    • Login

    LOGIC: version invalid on built plugins in Plugin Manager

    Scheduled Pinned Locked Moved Bug Reports
    72 Posts 8 Posters 5.0k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      tomekslesicki
      last edited by

      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.

      @Christoph-Hart ?

      Christoph HartC 1 Reply Last reply Reply Quote 1
      • Christoph HartC
        Christoph Hart @tomekslesicki
        last edited by

        @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:

        Link Preview Image
        Which version of Xcode does xcodebuild use?

        I have installed both Xcode 3.2 and Xcode 4.0.2 on the same machine, which uses Hudson for automated CI (continuous integration) builds. When I say that both were installed, what I mean by that is ...

        favicon

        Stack Overflow (stackoverflow.com)

        Is it the same version than you're using manually?

        Christoph HartC 1 Reply Last reply Reply Quote 2
        • Christoph HartC
          Christoph Hart @Christoph Hart
          last edited by

          Or are you using a different Projucer binary than the one shipped with HISE?

          T 1 Reply Last reply Reply Quote 0
          • T
            tomekslesicki @Christoph Hart
            last edited by

            @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:

            Zrzut ekranu 2022-05-17 o 20.03.14.png

            Zrzut ekranu 2022-05-17 o 20.03.56.png

            I only have XCode 13.2.1 installed, I remove all other copies not to get confused ;-)

            d.healeyD 1 Reply Last reply Reply Quote 0
            • d.healeyD
              d.healey @tomekslesicki
              last edited by d.healey

              @tomekslesicki

              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.

              Libre Wave - Freedom respecting instruments and effects
              My Patreon - HISE tutorials
              YouTube Channel - Public HISE tutorials

              ulrikU 1 Reply Last reply Reply Quote 0
              • ulrikU
                ulrik @d.healey
                last edited by

                @d-healey I have the same problem as well.

                Hise Develop branch
                MacOs 15.3.1, Xcode 16.2
                http://musikboden.se

                Christoph HartC 1 Reply Last reply Reply Quote 0
                • Christoph HartC
                  Christoph Hart @ulrik
                  last edited by Christoph Hart

                  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.

                  T 1 Reply Last reply Reply Quote 0
                  • T
                    tomekslesicki @Christoph Hart
                    last edited by

                    @Christoph-Hart

                    • 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
                    DanHD 1 Reply Last reply Reply Quote 0
                    • DanHD
                      DanH @tomekslesicki
                      last edited by

                      @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?

                      DHPlugins / DC Breaks | Artist / Producer / DJ / Developer
                      https://dhplugins.com/ | https://dcbreaks.com/
                      London, UK

                      ustkU 1 Reply Last reply Reply Quote 0
                      • ustkU
                        ustk @DanH
                        last edited by

                        @DanH https://github.com/juce-framework/JUCE/tree/master/extras/Projucer/Builds

                        Can't help pressing F5 in the forum...

                        DanHD 1 Reply Last reply Reply Quote 1
                        • DanHD
                          DanH @ustk
                          last edited by

                          @ustk at the risk of sounding rather silly, I can't see a way to download the project in order to build it natively 😆

                          DHPlugins / DC Breaks | Artist / Producer / DJ / Developer
                          https://dhplugins.com/ | https://dcbreaks.com/
                          London, UK

                          DanHD 1 Reply Last reply Reply Quote 0
                          • DanHD
                            DanH @DanH
                            last edited by

                            @DanH gentle enquiry into if this fix is progressing... :)

                            DHPlugins / DC Breaks | Artist / Producer / DJ / Developer
                            https://dhplugins.com/ | https://dcbreaks.com/
                            London, UK

                            Casey KolbC 1 Reply Last reply Reply Quote 1
                            • Casey KolbC
                              Casey Kolb @DanH
                              last edited by

                              @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 😲

                              Casey Kolb
                              Founder & CEO of Lunacy Audio
                              Composer | Producer | Software Developer

                              T 1 Reply Last reply Reply Quote 0
                              • Dan KorneffD
                                Dan Korneff
                                last edited by

                                I've gotten a few support tickets as well. Gonna try to take a look this weekend.

                                Dan Korneff - Producer / Mixer / Audio Nerd

                                1 Reply Last reply Reply Quote 1
                                • T
                                  tomekslesicki @Casey Kolb
                                  last edited by

                                  @Casey-Kolb @dustbro I had the same thing, the fastest temporary solution was to cancel the AU build in HISE, open the autogenetated Projucer file and build from there. It seems to write the version number properly this way and Logic doesn’t rescan it every time anymore.

                                  DanHD Dan KorneffD 2 Replies Last reply Reply Quote 0
                                  • DanHD
                                    DanH @tomekslesicki
                                    last edited by

                                    @tomekslesicki that might depend on your version of Xcode / OS X. I’m on Mojave and Xcode 10.4 and this solution doesn’t work for me.

                                    DHPlugins / DC Breaks | Artist / Producer / DJ / Developer
                                    https://dhplugins.com/ | https://dcbreaks.com/
                                    London, UK

                                    T 1 Reply Last reply Reply Quote 0
                                    • T
                                      tomekslesicki @DanH
                                      last edited by

                                      @DanH of course the best solution would be a proper fix by the one and only @Christoph-Hart

                                      Christoph HartC 1 Reply Last reply Reply Quote 1
                                      • Christoph HartC
                                        Christoph Hart @tomekslesicki
                                        last edited by

                                        @tomekslesicki I‘m fishing in the dark as much as you since it has nothing to do with the source code but the build tools provided by Apple...

                                        Christoph HartC 1 Reply Last reply Reply Quote 1
                                        • Christoph HartC
                                          Christoph Hart @Christoph Hart
                                          last edited by

                                          So for me it doesn't make a difference whether I'm aborting the HISE export or not, and I'm on macOS 11.2 with Xcode 12.

                                          @tomekslesicki Can you make sure that if you open the Autogenerated Projucer file that it opens it with the same Projucer that is used by the batch export (the one in HISE_ROOT/tools/projucer? It might be possible that you have another Projucer binary floating around (from a more recent JUCE version) that will write the AU version properly.

                                          1. Make sure that the Projucer isn't running and if yes, quit it over the context menu
                                          2. Open the Projucer from tools/projucer (should be 6.13 from 14.12.2021)
                                          3. Remove the Binaries/Builds folder in your project, then open your autogenerated project file and click on Save to export
                                          4. Build it in Xcode (Product -> Build for Profiling)
                                          5. Run auval to check the version (Logic is doing the same so if the version isn't reported correctly there it won't be in Logic).
                                          1 Reply Last reply Reply Quote 0
                                          • Dan KorneffD
                                            Dan Korneff @tomekslesicki
                                            last edited by

                                            @tomekslesicki I have always cancelled the builds in HISE because iLok requires extra Linker Flags to compile.
                                            So we're looking at JUCE or Xcode.

                                            Dan Korneff - Producer / Mixer / Audio Nerd

                                            Christoph HartC 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            12

                                            Online

                                            1.7k

                                            Users

                                            11.8k

                                            Topics

                                            103.0k

                                            Posts