On Wed, May 7, 2025 at 2:16 AM Junio C Hamano <gitster@xxxxxxxxx> wrote: > Just for reference (as the proposed log message refers to an "older > macOS"), do we know if the toolchain on a more recent release of > macOS work without this workaround already? It may be nice to tell > users what version they need to avoid the same issue in their own > program. I tested further with Xcode 14.3.1 (the last version of 14.x) and 15, where the former still had the issue and the latter worked without the workaround. Xcode 15 introduces a new linker which seems to fix the bug. cf. https://developer.apple.com/documentation/xcode-release-notes/xcode-15-release-notes#Build-System Koji Nakamaru