HISE Logo Forum
    • Categories
    • Register
    • Login

    Commit ca06fcb fail to export plugin on Mac

    Scheduled Pinned Locked Moved Solved Bug Reports
    7 Posts 2 Posters 196 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.
    • ulrikU
      ulrik
      last edited by

      Skärmavbild 2025-01-28 kl. 12.57.30.png

      Skärmavbild 2025-01-28 kl. 12.56.35.png

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

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

        @ulrik tried to export FX plugin, both au and vst3 fails with the same error message

        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

          Hise Develop branch
          MacOs 15.2, --> Xcode 16.2 <--
          http://musikboden.se

          That's the reason. Downgrade Xcode for now.

          ulrikU 3 Replies Last reply Reply Quote 0
          • ulrikU
            ulrik @Christoph Hart
            last edited by

            @Christoph-Hart said in Commit ca06fcb fail to export plugin on Mac:

            Hise Develop branch
            MacOs 15.2, --> Xcode 16.2 <--
            http://musikboden.se

            That's the reason. Downgrade Xcode for now.

            I have used Xcode version 16.2 a couple of weeks now and successfully compiled all kind of plugins until I used the latest Hise Develop commit, so it's only temporary fault?
            I switched from commit Skärmavbild 2025-01-28 kl. 14.26.56.png

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

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

              @Christoph-Hart said in Commit ca06fcb fail to export plugin on Mac:

              Hise Develop branch
              MacOs 15.2, --> Xcode 16.2 <--
              http://musikboden.se

              That's the reason. Downgrade Xcode for now.

              Ok, downgraded to 16.1, same errors.
              Do you know which version will work?

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

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

                @Christoph-Hart Ok, I re inserted what you removed in the "remove Sonoma warning"

                #if JUCE_MAC
                    auto macOSVersion = SystemStats::getOperatingSystemType();
                    
                    // deactivate copy step on Sonoma (or later) to avoid the cycle dependencies error...
                    if(macOSVersion >= SystemStats::MacOS_14)
                    {
                        PresetHandler::showMessageWindow("Copystep diabled", "macOS Sonoma (or later) will cause a compile error if the copy step is enabled, so you have to copy the plugin files into the plugin folders manually after compilation");
                        copyPlugin = false;
                    }
                #endif
                   
                

                Compiled Hise again and now I'm able to export plugins again with Xcode 6.2
                Was it a bad thing to do? It seems to work nicely.
                And I have gotten use to the "copyPlugin = false" behavior :)

                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

                  @ulrik oops, I was too ambitious here. I wanted to erase the warning message, not the flag. Should be fixed now.

                  1 Reply Last reply Reply Quote 1
                  • ulrikU ulrik marked this topic as a question on
                  • ulrikU ulrik has marked this topic as solved on
                  • First post
                    Last post

                  21

                  Online

                  1.7k

                  Users

                  11.8k

                  Topics

                  102.4k

                  Posts