Skip to content

Commit ffc8e8d

Browse files
authored
Merge pull request #1683 from firebase/ncooke3-patch-1
[Infra] Update build-for-testing.sh
2 parents 7255368 + 02020af commit ffc8e8d

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)