Installation failing on Apple M4 2025 - macOS 15.5
I tried installing by downloading the binary from GitHub and official website. But I am getting the following error:
```
no mountable file systems
```
I also tried installing the latest version using `Homebrew` but still getting the same error:
```
❯ brew install --cask http-toolkit --verbose
==> Downloading https://formulae.brew.sh/api/cask.jws.json
==> Downloading https://github.com/httptoolkit/httptoolkit-desktop/releases/download/v1.20.1/HttpToolkit-1.20.1-arm64.dmg
==> Verifying checksum for 'e69bc791a52ef9b3b7e4e786e9ec3730c31618a34a9572a5df13f7f5b9e3f9c4--HttpToolkit-1.20.1-arm64.dmg'
==> Installing Cask http-toolkit
/usr/bin/env hdiutil attach -plist -nobrowse -readonly -mountrandom /private/tmp/homebrew-dmg20250714-8083-1ggjm0 /Users/sumon/Library/Caches/Homebrew/downloads/e69bc791a52ef9b3b7e4e786e9ec3730c31618a34a9572a5df13f7f5b9e3f9c4--HttpToolkit-1.20.1-arm64.dmg
/usr/bin/env hdiutil convert -format UDTO -o /private/tmp/homebrew-dmg20250714-8083-1ggjm0/e69bc791a52ef9b3b7e4e786e9ec3730c31618a34a9572a5df13f7f5b9e3f9c4--HttpToolkit-1.20.1-arm64.cdr /Users/sumon/Library/Caches/Homebrew/downloads/e69bc791a52ef9b3b7e4e786e9ec3730c31618a34a9572a5df13f7f5b9e3f9c4--HttpToolkit-1.20.1-arm64.dmg
/usr/bin/env hdiutil attach -plist -nobrowse -readonly -mountrandom /private/tmp/homebrew-dmg20250714-8083-1ggjm0 /private/tmp/homebrew-dmg20250714-8083-1ggjm0/e69bc791a52ef9b3b7e4e786e9ec3730c31618a34a9572a5df13f7f5b9e3f9c4--HttpToolkit-1.20.1-arm64.cdr
hdiutil: attach failed - no mountable file systems
==> Purging files for version 1.20.1 of Cask http-toolkit
Error: Failure while executing; `/usr/bin/env hdiutil attach -plist -nobrowse -readonly -mountrandom /private/tmp/homebrew-dmg20250714-8083-1ggjm0 /private/tmp/homebrew-dmg20250714-8083-1ggjm0/e69bc791a52ef9b3b7e4e786e9ec3730c31618a34a9572a5df13f7f5b9e3f9c4--HttpToolkit-1.20.1-arm64.cdr` exited with 1. Here's the output:
hdiutil: attach failed - no mountable file systems
```
关闭于 2025-07-14 2 条评论