HandyHost icon indicating copy to clipboard operation
HandyHost copied to clipboard

Imposible to install on MacOs core i9

Open neoaurel opened this issue 3 years ago • 5 comments

Capture d’écran 2021-11-07 à 00 26 22

neoaurel avatar Nov 06 '21 23:11 neoaurel

Sorry to see you're running into an issue. I have a couple of questions which will help me diagnose:

  1. What MacOS version are you currently running?
  2. Did you do all the pre-requisite steps (xcode tools, homebrew and docker)?
  3. If so: can you open a terminal and run which brew
  4. Are you able to run the docker app (/Applications/Docker.app)?
  5. You may want to try the v0.4.9 mac pkg installer and see if it works.

alexsmith540 avatar Nov 07 '21 02:11 alexsmith540

Thank you for you quick answer.

  1. MacOS 12.01
  2. Yes
  3. macbook-pro-de-aurelien:~doc$ which brew /usr/local/bin/brew
  4. Yes
  5. I try and and I have the same issue :(

neoaurel avatar Nov 07 '21 22:11 neoaurel

I just made a new patch that hopefully fixes the issue. When you get a chance, I added a new build called HandyHost_v0.5.0.1-rc1.macos.zsh.pkg to the release at https://github.com/HandyOSS/HandyHost/releases/tag/v0.5.0 If you could run that installer and see if it works I'd appreciate it a ton. Thanks again for the patience and help diagnosing.

alexsmith540 avatar Nov 08 '21 04:11 alexsmith540

Thank you it was successful. Capture d’écran 2021-11-08 à 10 25 35

But I have this message on UI Capture d’écran 2021-11-08 à 09 55 08

And I have this error during installation: Capture d’écran 2021-11-08 à 10 01 26

neoaurel avatar Nov 08 '21 09:11 neoaurel

Seems like xcode didnt install the xcode tools properly, line 1 of that ^^ latest log seems to have some xcode or xcode command line tools error. Did you successfully run sudo xcode-select --install to install the xcode command line tools?

alexsmith540 avatar Nov 19 '21 05:11 alexsmith540