Skip to content

Commit 02020af

Browse files
authored
[Infra] Update build-for-testing.sh
1 parent 7255368 commit 02020af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/build-for-testing.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ flags+=(
7575
CODE_SIGN_IDENTITY=""
7676
CODE_SIGNING_REQUIRED=NO
7777
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
7881
build-for-testing
7982
)
8083

0 commit comments

Comments
 (0)