Hive Hive
Sign in

Fix foreign build aggregate target generation

Metadata
Source
GitHub
Version
4.195.16
Published
Jun 03, 2026 · 17:39 UTC
Repository
tuist/tuist
Update

Fixes a bug where foreign build aggregate targets (for example, Gradle packages) incorrectly inherited native target behavior when the project used VERSIONING_SYSTEM=apple-generic. Aggregate targets now generate only script phases and explicitly clear VERSIONING_SYSTEM, preventing duplicate-output errors and other build failures for foreign build dependencies.