Skip to content

make install fails with Xcode 27: universal build output moved from .build/apple/Products/Release to .build/out/Products/Release #493

Description

@cristianriano

Installing xcodes 2.1.0 from source (both the homebrew-core formula and the xcodesorg/made tap, which run make install) fails on macOS 26.6 with Xcode 27.0 (27A266a):

Build complete! (68.59 sec)
install: .../.build/apple/Products/Release/xcodes: No such file or directory
make: *** [install] Error 71

The Makefile hardcodes RELEASEBUILDDIR = $(BUILDDIR)/apple/Products/Release/xcodes, but Xcode 27's SwiftPM emits multi-arch products under $(BUILDDIR)/out/Products/Release/ instead. The binary is built fine (universal arm64+x86_64, verified with file) — only the install path lookup fails. The sign, zip, and bottle targets are affected too.

Possible fix: resolve the path via swift build --show-bin-path instead of hardcoding it, or check both locations.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions