Xcode Cloud can't build projects that uses Composable Architecture v1.4.0 #2573
-
DescriptionAfter updating an Xcode project to use Composable Architecture v1.4.0, Xcode Cloud can no longer build it. CI fails with the following errors:
The project does not use any of the newly introduced macros. It builds fine with Xcode Cloud when using previous releases of Composable Architecture. I'm aware that third-party macros should be enabled in Xcode before use. I'm unsure how to set it up to work when using Xcode Cloud. Checklist
Expected behaviorXcode Cloud can build a project that depends on Composable Architecture Actual behaviorXcode Cloud fails to build a project that depends on Composable Architecture Steps to reproduce
The Composable Architecture version information1.4.0 Destination operating systemiOS 17, macOS 14 Xcode version informationXcode 15.1 beta 2 (15C5042i) Swift Compiler version informationNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@darrarski This is a general new step required by macros. A quick web search led me to this page with a few ways of addressing the error: Command line default you can set:
Argument you can pass to
Since this isn't a bug I'm going to convert it to a discussion. |
Beta Was this translation helpful? Give feedback.
@darrarski This is a general new step required by macros. A quick web search led me to this page with a few ways of addressing the error:
https://forums.swift.org/t/is-there-a-way-to-programmatically-allow-trust-the-compiler-plugin-to-run-from-the-command-line/65690
Command line default you can set:
Argument you can pass to
xcodebuild
Since this isn't a bug I'm going to convert it to a discussion.