We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b554cae commit 2038695Copy full SHA for 2038695
.github/workflows/ci.yml
@@ -32,6 +32,11 @@ jobs:
32
- name: Git Checkout
33
uses: actions/checkout@v4
34
35
+ - name: Disable Macro Fingerprint Validation
36
+ run: |
37
+ defaults write com.apple.dt.Xcode IDESkipMacroFingerprintValidation -bool YES
38
+ defaults write com.apple.dt.Xcode IDESkipPackagePluginFingerprintValidatation -bool YES
39
+
40
- name: Test Library
41
uses: mxcl/xcodebuild@v3
42
with:
0 commit comments