HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. thet
    3. Posts
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 6
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Setting up my M1 mac for Universal binary compiles....

      @d-healey right fixed that with this:

      xcode-select — install
      sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
      sudo xcodebuild -license accept

      now it starts compiling but complains about lack of ipp - i will check that - thought I'd told it not to use ipp.

      posted in General Questions
      T
      thet
    • RE: Setting up my M1 mac for Universal binary compiles....

      @d-healey I had extracted the sdk from the zip file but I had left it in the directory created byy the unzipping so it was at : /HISE-3.0.1/tools/SDK/sdk/VST3 SDK

      i moved it to: /HISE-3.0.1/tools/SDK/VST3 SDK

      and that fixed that error

      now however I have the same error that I had when trying to export as AU

      xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance

      posted in General Questions
      T
      thet
    • RE: Setting up my M1 mac for Universal binary compiles....

      @thet I tried exporting as a vst as well, it just says VST SDK is missing no matter what I do, I worked through a long thread from several years ago and tried all the things it said, but never got past that error.

      the zip file of the sdk is there, I tried that, and copying the sdk out of the JUCE location, and deleteing cahes and so on..

      I think there may be naming and path problems in the default setup.

      could it be that I'm on a macos case sensitive drive? is naming in hise assumed to not be case sensitive?

      is there anyone on an M1 mac that is successfully exporting to vst?

      vst3 will do I don't care about vst2.

      I have tried with and without the vst3 enable box ticked in settings.

      posted in General Questions
      T
      thet
    • RE: Setting up my M1 mac for Universal binary compiles....

      @d-healey thanks. Yes build for profiling works, looks like archive will also work.

      There's a bunch of errors in terminal when I try to export the AUi

      HISE/HISE-3.0.1/tools/Projucer/Projucer.app/Contents/MacOS/Projucer: No such file or directory
      

      turns out the folder is actually called projucer - renamed it to Projucer and got a bit further.

      now I have this error:

      Compiling Instrument plugin BasicSynth ...
      xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
      
      posted in General Questions
      T
      thet
    • RE: Setting up my M1 mac for Universal binary compiles....

      @Christoph-Hart thanks - yes it seems to compile and run, though as a debug version, but thats just my ignorance of Xcode I think.

      I tried to export an au plugin using the tutorial examples, but it finished suspiciously quickly and I don't think it did it. can't find any output anyway.

      posted in General Questions
      T
      thet
    • RE: Setting up my M1 mac for Universal binary compiles....

      Hi! I'm just trying out HISE for the first time (on an M1 Mac)

      Is the info on this thread still correct for HISE 3.0.1?

      I have Xcode 13.2 Do I still need to downgrade to 13.1?

      thanks!

      I also saw on another thread that there is no need for ipp on mac, is that right?

      posted in General Questions
      T
      thet