Skip to content

Commit a03a991

Browse files
authored
fix(ios): Xcode 12.3 builds succeed when VALIDATE_WORKSPACE is explicitly set to YES (#1289)
1 parent 395084a commit a03a991

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/project-template/internal/nativescript-build.xcconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ LDPLUSPLUS = $SRCROOT/internal/nsld.sh
2121

2222
EXCLUDED_ARCHS__PLATFORM_NAME_iphonesimulator__NATIVE_ARCH_64_BIT_x86_64=arm64 arm64e armv7 armv7s armv6 armv8
2323
EXCLUDED_ARCHS=$(EXCLUDED_ARCHS__PLATFORM_NAME_$(PLATFORM_NAME)__NATIVE_ARCH_64_BIT_$(NATIVE_ARCH_64_BIT))
24+
VALIDATE_WORKSPACE = YES

0 commit comments

Comments
 (0)