HISE Logo Forum
    • Categories
    • Register
    • Login

    H E L P ! Hackintosh, HISE and Xcode

    Scheduled Pinned Locked Moved General Questions
    10 Posts 3 Posters 719 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.
    • bandit_FD1B
      bandit_FD1
      last edited by

      Hi All,

      I'm wondering if someone can assist me with this, or remotely point me in the right direction.

      First let me say that I love HISE, it's awesome. I use it on Linux, although I'd prefer to be building stuff on OSX. I decided to build out a hackintosh VM (ventura) and get Xcode on it and also compile HISE on that Hackintosh (as per @Christoph-Hart and @d-healey's recommendations)

      HISE-Error.png

      I have Xcode, I built HISE with it. What gives?

      I managed to try and export the VST anyway, and it actually looked like it was going to work until :

      xcodebuild.png

      I noticed that the xcodebuild error looked like maybe it wasn't picking up the path, although it's in /usr/bin so I updated that piece of it and tried to run it.

      shell.png

      Then I decided to just run Xcode via the GUI and see what the situation is with trying to build the project file:

      xcode_error.png

      I personally would love to either assist with or help build a turn-key solution that stands HISE up with all the bits and bobs you need, configured and ready for a build environment. Or Maybe just a script that sanity checks and tells you how to correct the problem?

      I was super excited when I first learned of HISE, it's genius, what it provides allowing non-developers like myself the ease of generating something awesome that would typically take years to master is just priceless. So I think everyone here agrees there's extreme merit in this project and it's REALLY cool; i'm just frustrated trying to get it stood up on OSX.

      As mentioned I did go through the motions on Linux, and I was able to compile stuff there. Which it works flawlessly. Granted that's using gcc/make.

      Anyway, Please help :) I just want to stand this thing up on OSX and compile these VST projects properly. Thank you in advance.

      --FD1

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

        @bandit_FD1 If you search the forum for that error message about "xcodebuild requires xcode" you should find the answer as it's come up a few times before - I can't remember the solution otherwise I'd just post it here.

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

        bandit_FD1B 1 Reply Last reply Reply Quote 1
        • bandit_FD1B
          bandit_FD1 @d.healey
          last edited by

          @d-healey I really need to get into the habit of searching the forum. I found a few possible options:

          Link Preview Image
          Can't export plugin on macOS

          @DanSound Open the .jucer file in Projucer and then open the project in xcode and try compiling

          favicon

          Forum (forum.hise.audio)

          This basically states (quoting you) - Open the .juce file in Projucer, then the project in Xcode and compile. I'll keep banging on it and if i get stuck, i'll repost to this thread. Thanks again !

          --FD1

          1 Reply Last reply Reply Quote 0
          • DabDabD
            DabDab
            last edited by

            Well done for hackintosh. Personally I was wondering to make a Hacintosh Setup in one of my Gigabyte h61, 16 GB RAM DDR3, i5 3rd Gen Windows 11 PC. Basically it is very old setup. I used to use during my Engnr. college days. I want to give it a try.
            My question is which way did you do the virtualization for HISE? Did you use VMWare or VirtualBox or you did it with Regular Pendrive Boot Mac setup like this.. https://www.youtube.com/watch?v=ASx-vAmyZJo

            I am very interested to build Hackintosh on my old Windows 11 PC.

            Bollywood Music Producer and Trance Producer.

            bandit_FD1B 1 Reply Last reply Reply Quote 1
            • bandit_FD1B
              bandit_FD1 @DabDab
              last edited by

              @DabDab

              Link Preview Image
              GitHub - kholia/OSX-KVM: Run macOS on QEMU/KVM. With OpenCore + Monterey + Ventura + Sonoma support now! Only commercial (paid) support is available now to avoid spammy issues. No Mac system is required.

              Run macOS on QEMU/KVM. With OpenCore + Monterey + Ventura + Sonoma support now! Only commercial (paid) support is available now to avoid spammy issues. No Mac system is required. - kholia/OSX-KVM

              favicon

              GitHub (github.com)

              This method made it CRAZY simple. here's the thing; the reason i'm eager to compile or get HISE to compile vst3 for OSX is, I want to test it on M1, i'm not sure since it's emulated that it'll work correctly there without rosetta. I'm not sure yet, i'm going to try to see what I can get going with the help that's already in the forum first.

              Also you'll need Linux for KVM (might be a Windows variant out there but i'm not sure) -- I'd recommend Ubuntu 24.04 for ease of install and running KVM, just follow the instructions and it's pretty easy and works flawlessly.

              --FD1

              DabDabD d.healeyD 2 Replies Last reply Reply Quote 0
              • DabDabD
                DabDab @bandit_FD1
                last edited by DabDab

                @bandit_FD1 Excellent. I will give it a try. Thank you :) 👍

                Bollywood Music Producer and Trance Producer.

                bandit_FD1B 1 Reply Last reply Reply Quote 1
                • d.healeyD
                  d.healey @bandit_FD1
                  last edited by

                  @bandit_FD1 said in H E L P ! Hackintosh, HISE and Xcode:

                  i'm not sure since it's emulated that it'll work correctly there without rosetta

                  Yes it will run natively on Apple silicon

                  @bandit_FD1 said in H E L P ! Hackintosh, HISE and Xcode:

                  This basically states (quoting you) - Open the .juce file in Projucer, then the project in Xcode and compile. I'll keep banging on it and if i get stuck, i'll repost to this thread. Thanks again !

                  That's not the solution I was thinking of.

                  This is the solution - https://forum.hise.audio/topic/3163/having-trouble-export-an-aui/8

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

                  1 Reply Last reply Reply Quote 1
                  • bandit_FD1B
                    bandit_FD1 @DabDab
                    last edited by

                    @d-healey - We are getting closer :)

                    The wizard now works 100%, the xcode steps were a great success. Problem now is something similar to what I saw earlier - ipp.h is missing. I made a very simple test plugin, then tried to export it. It was cooking, then this:

                    getting_closer.png

                    Ideas?

                    Thanks again in advance.

                    --FD1

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

                      @bandit_FD1 Disable IPP, you don't need it on Mac

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

                      bandit_FD1B 1 Reply Last reply Reply Quote 0
                      • bandit_FD1B
                        bandit_FD1 @d.healey
                        last edited by

                        @d-healey

                        completed.jpg

                        IN HEALEY WE TRUST <3

                        Sir,

                        T H A N K Y O U !!!

                        --FD1

                        1 Reply Last reply Reply Quote 1
                        • First post
                          Last post

                        24

                        Online

                        1.7k

                        Users

                        11.8k

                        Topics

                        102.5k

                        Posts