Post

Replies

Boosts

Views

Activity

Comment on XCode Cloud permissions regression breaking homebrew installations
I don't know if this is your issue, but be aware that for instance running "Test" as part of your workflow means that Xcode Cloud will first run a build-for-testing action, and then a number of test-without-building actions. Each of those will run in a seperate environment, so you will need to install the tools you need in both actions. You can check against $CI_XCODEBUILD_ACTION in your scripts.
Sep ’22