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.
2 parents 7255368 + 02020af commit ffc8e8dCopy full SHA for ffc8e8d
scripts/build-for-testing.sh
@@ -75,6 +75,9 @@ flags+=(
75
CODE_SIGN_IDENTITY=""
76
CODE_SIGNING_REQUIRED=NO
77
CODE_SIGNING_ALLOWED=NO
78
+ # Prevents unsigned `__preview.dylib` from being created and causing signing issues.
79
+ # See https://developer.apple.com/documentation/xcode/understanding-build-product-layout-changes
80
+ ENABLE_DEBUG_DYLIB=NO
81
build-for-testing
82
)
83
0 commit comments