MacOSX
Download
HBuilderX download url: download
Install
Drag and drop the HBuilderX app to the applications folder.

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:
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.
# Backup configuration filecp -rf $HOME/Library/Application\ Support/HBuilder\ X $HOME/Desktop/HX# Remove configuration file directoryrm -rf $HOME/Library/Application\ Support/HBuilder\ X
