Skip to content
Discussion options

You must be logged in to vote

@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:

defaults write com.apple.dt.Xcode IDESkipMacroFingerprintValidation -bool

Argument you can pass to xcodebuild

-skipMacroValidation

Since this isn't a bug I'm going to convert it to a discussion.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@darrarski
Comment options

Answer selected by darrarski
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2571 on November 15, 2023 15:38.