[FEATURE] Write a feature, expecting Claude to support v24.15.0

Resolved 💬 2 comments Opened Jun 22, 2026 by ljee-hash Closed Jun 23, 2026

Preflight Checklist

  • [x] I have searched existing requests and this feature hasn't been requested yet
  • [x] This is a single feature request (not multiple features)

Problem Statement

claude

dyld[66243]: Symbol not found: _ubrk_clone

Referenced from: /Users/xxx/.nvm/versions/node/v24.15.0/lib/node_modules/@anthropic-ai/claude-code/bin/claude.exe

Expected in: /usr/lib/libicucore.A.dylib

zsh: abort NODE_ICU_DATA="$(npm root -g)/full-icu" claude

Proposed Solution

The binary or native bindings inside claude.exe (or its bundle) seem to be linked against a newer macOS SDK that expects _ubrk_clone in libicucore.A.dylib.

Please consider lowering the MACOSX_DEPLOYMENT_TARGET when compiling the native binaries for claude-code.

Alternatively, provide a pure JavaScript fallback or ensure compatibility with Node v24+'s built-in ICU configurations.

Alternative Solutions

_No response_

Priority

Critical - Blocking my work

Feature Category

CLI commands and flags

Use Case Example

_No response_

Additional Context

_No response_

View original on GitHub ↗

This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗