Is there a way to programmatically allow (trust) the compiler plugin to run from the command line?

You can use defaults write com.apple.dt.Xcode IDESkipMacroFingerprintValidation -bool YES in a script to skip validation of macros from remote dependencies (the equivalent xcodebuild command line flag is -skipMacroValidation).

11 Likes