robb / Cartography

A declarative Auto Layout DSL for Swift :iphone::triangular_ruler:
Other
7.35k stars 524 forks source link

Fixed build phases order #345

Closed NachoSoto closed 2 years ago

NachoSoto commented 2 years ago

See Xcode 10's known issues in the release notes:

Targets with Copy Headers build phases ordered after Compile Sources build phases may fail to build and emit a diagnostic regarding build cycles. (39880168) Workaround: Arrange any Copy Headers build phases before Compile Sources build phases.

This has been an issue for nearly 4 years, and now with Xcode 13.3 it leads to XCBBuildService to crash consistently.

orta commented 2 years ago

👍🏻