Skip to content

macOS FAQ

What to do if you can't open the application?

If you can't open the application, it might be because:

  1. The application is unsigned or damaged
  2. System security settings are blocking it

Solutions:

  1. Go to System Preferences > Security & Privacy
  2. Click "Open Anyway" or "Allow"
  3. If you still can't open it, execute in the terminal:
    bash
    xattr -cr /Applications/ApplicationName.app

How to solve the "Developer cannot be verified" issue?

If you encounter a "Developer cannot be verified" prompt:

  1. Go to System Preferences > Security & Privacy
  2. Click "Open Anyway"
  3. Confirm opening in the dialog that appears

What if the program fails to start?

If the program doesn't start, check:

  1. Whether you have sufficient system permissions
  2. Whether other programs are occupying the relevant ports
  3. Whether firewall settings are correct

How to solve port occupation issues?

If you encounter port occupation:

  1. Open Terminal
  2. Enter lsof -i :port_number to find the process occupying the port
  3. Use kill -9 process_ID to terminate the process occupying the port

How to import configuration files?

  1. Click the "Import" button in the top right corner of the interface
  2. Select your configuration file (.yaml format supported)
  3. Confirm the import

What to do if the configuration file format is incorrect?

If the configuration file format is incorrect:

  1. Check if the YAML syntax is correct
  2. Ensure the configuration file is encoded in UTF-8
  3. Refer to the official documentation to check if the configuration items are correct