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 7255368 commit 02020afCopy full SHA for 02020af
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