Hive Hive
Sign in

Macros dependencies don’t inherit their deployment targets

GitHub issue · Open

Metadata
Source
tuist/tuist #11447
Updated
Jun 23, 2026
Domains
Generated projects
Details

What happened?

This is a continuation of https://github.com/tuist/tuist/issues/11163 The fix worked, but macros dependencies are not updated, causing build to fail on Xcode 27 for the same reason.

Using latest RC

How do we reproduce it?

I made a repro repo: https://github.com/ntnmrndn/tuist_bugreport_repro

Clone repo, tuist install && tuist generate, The workspace in Xcode 27 beta will not build due to deployment target error.

Error log

N/A

macOS version

26.5

Tuist version

4.201.0-rc.1

Xcode version

27.0.0 Beta 2

Comments