You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are experiencing an issue where incremental builds in a multi-project setup within Xcode run serially instead of in parallel. While we do see parallel builds for targets within the same workspace, projects with dependencies across different Xcode projects only build serially.
Is this a known limitation of Xcode's build system, or is there a possible fix/workaround to enable proper parallel incremental builds across multiple projects? (like some shared build configuration etc) Any insights would be greatly appreciated!
The text was updated successfully, but these errors were encountered:
We are experiencing an issue where incremental builds in a multi-project setup within Xcode run serially instead of in parallel. While we do see parallel builds for targets within the same workspace, projects with dependencies across different Xcode projects only build serially.
Repro: https://github.com/chiragramani/Xcode-Serial-Incremental-Builds
Is this a known limitation of Xcode's build system, or is there a possible fix/workaround to enable proper parallel incremental builds across multiple projects? (like some shared build configuration etc) Any insights would be greatly appreciated!
The text was updated successfully, but these errors were encountered: