Skip to content

brew install fails: requires Xcode CLT 26.0 (no bottles available) #1

@JordanCoin

Description

@JordanCoin

Problem

brew install jordancoin/tap/docmap fails on macOS with outdated Command Line Tools because no bottles are available and source compilation triggers CLT version check.

Error

Error: Your Command Line Tools are too outdated.
Update them from Software Update in System Settings.

Environment

  • macOS (Intel, x86_64)
  • Homebrew up to date
  • codemap installed fine previously (was installed before CLT got stale)

Workaround

Download binary directly from GitHub releases:

gh release download --repo JordanCoin/docmap --pattern '*darwin_amd64*' -D /tmp/docmap-dl
tar xzf /tmp/docmap-dl/docmap_*_darwin_amd64.tar.gz -C /tmp/docmap-dl/
cp /tmp/docmap-dl/docmap /usr/local/bin/docmap
chmod +x /usr/local/bin/docmap

Suggestion

Pre-built bottles for darwin_amd64 and darwin_arm64 would skip the compilation step entirely and avoid the CLT dependency.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions