Export tool
-
@SteveRiggs you are DEF going to need altool
-
@Lindon Eesh. Is that part of Xcode 10 then? Any way to get it working on my current setup that you know of?
-
@SteveRiggs should be in earlier versions....try and see if you have it and what PATH contains,
-
@SteveRiggs Nope has to be at least Xcode 10. Have a read through the Apple docs - https://developer.apple.com/documentation/xcode/notarizing_macos_software_before_distribution/customizing_the_notarization_workflow
You upload your app for notarization using altool. Xcode 10 or later supports notarization, so if you have more than one version of Xcode installed on your Mac, be sure to use the xcode-select utility to choose the appropriate version:
-
@SteveRiggs you should be able to download the command line tools from your Apple developer account - that Should I think include altool - but you will have to put it somewhere that Daves utility can see it...
-
@Lindon Ok cheers I'll look for that now....
I just found an app called Transporter which apparently contains altool. I just tried installing that and it also needs 10.13.6 or later so thats no good either for me on 10.13.5. It might be useful for someone else though who is on a later version that mine.
-
@SteveRiggs can you not install 10.13.6? Can you not find it? - try this:
-
@Lindon I've tried updating to 10.13.6 a good few times now and it never works. It ends up freezing the mac on a black screen and when I get it recovered back to 10.13.5 so it works again, it then wont ever power down without holding the power button unless you go in and do some sudo sorcery removing files from the registry. Had to do that a few times now. I'm stuck on 10.13.5 on this machine :(
-
@SteveRiggs What's the machine? Can you def not upgrade the OS? Maybe check DOSDude if you haven't already...
-
Thanks @DanH , I'm looking into DOSDude now...
I'm not sure if I can upgrade just to High Sierra 10.13.6 from 10.13.5 though. I don't really want to open the Catalina can of worms just yet while I'm in the middle of finishing a load of projects just incase everything breaks. I've been hearing plenty of horror stories :man_zombie:
This is the machine I'm running at the moment...
-
@SteveRiggs Mojave is where you want to be ideally (for now). Still supports 32bit (sort of) and HISE all working nicely.
If your HD is removable you could try and do a test run at upgrading on a different HD. Assuming there are no firmware updates that cld set you back.
Anyway Dosdude will have the answers hopefully.
-
@d-healey I'm having a go at building installers on Windows now and have a new conundrum to figure out. I'm wondering if you'd experienced anything similar when testing...
When I try and add an installer job to the queue, it's pops up a message saying 'Inno Setup 6 Installation Not Found'
I do already have Inno Setup 6 installed so do I need to do something to point the exporter app to it?
I did notice that Inno setup is installed as 32bit. Could that be the problem?
I'm trying to find information about how to install it as 64bit or how to change the settings in Windows so it installs as 64bit as default but I'm struggling to find anything...
-
@DanH said in Export tool:
@SteveRiggs Mojave is where you want to be ideally (for now). Still supports 32bit (sort of) and HISE all working nicely.
If your HD is removable you could try and do a test run at upgrading on a different HD. Assuming there are no firmware updates that cld set you back.
Anyway Dosdude will have the answers hopefully.
it seems it does.. http://dosdude1.com/mojave/
-
-
@SteveRiggs said in Export tool:
When I try and add an installer job to the queue, it's pops up a message saying 'Inno Setup 6 Installation Not Found'
As always, check github for reported issues ;) - https://github.com/davidhealey/hise-exporter/issues/6
-
@Lindon the guy's a legend. I recently sold my 2010 Mac Pro which was running Mojave thanks to him. Could have gone to Catalina too but didn't fancy it...
-
Thanks @d-healey. That seems to have done the trick :) Running new builds now... :crossed_fingers:
-
@DanH Nice! I definitely need to try and get Mojave running then.
Do you reckon that I could install the DOSDude patcher for Mojave onto an external drive and just temporarily switch boot drives keeping my High Sierra install intact so I can switch back and forth between them?
-
@SteveRiggs That's what I'd try to do, but be wary of any firmware updates contained in the Mojave patch that could prevent High Sierra working. Ultimately though, when you've got Mojave working there should be no reason to return to High Sierra.
You'll have to weigh up the risk and if your method might work or not - I've always just gone for it on the system drive whilst using he external as a complete back up drive (just in case), because firmware updates were always necessary. I guess search some forums on the issue.
-
Thanks @DanH. I left a backup running overnight so I'll do a bit of googling today and see what I can find...