MacOSX

Download

HBuilderX download url: download

Install

Drag and drop the HBuilderX app to the applications folder.

MacOSX - 图1

The HBuilder application should be installed in the /Applications directory on MacOSX to avoid problems such as extension installation failure and project creation failure. Please jump to System Perference -> Security & Privacy -> General, allow to use HBuilderX.app.

Question

In some cases, MacOSX HBuilderX Unable to start up, Please try the following solutions:

  • Restart the computer
  • Delete the .lock file in the $HOME/Library/Application\ Support/HBuilder\ X/ Details
  • Reset HBuilderX configuration file Details

DEL .lock File

Open Terminal,input the command:

  1. rm -f $HOME/Library/Application\ Support/HBuilder\ X/.lock

If HBuilderX still fails to startup after deleting the .lock file, please remove the configuration folder.

Reset Configuration File

Please backup before remove any files.

Configuration file directory:$HOME/Library/Application\ Support/HBuilder\ X

Note: On Mac, please add \ to escape if the path contains spaces.

  1. # Backup configuration file
  2. cp -rf $HOME/Library/Application\ Support/HBuilder\ X $HOME/Desktop/HX
  3. # Remove configuration file directory
  4. rm -rf $HOME/Library/Application\ Support/HBuilder\ X