Skip to content

Commit ea693d9

Browse files
authored
fix(xcode): 12.3 support (#92)
1 parent 3c5edfb commit ea693d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project-template/internal/nativescript-build.xcconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ LDPLUSPLUS = $SRCROOT/internal/nsld.sh
2121
// Xcode 12
2222
EXCLUDED_ARCHS_x86_64 = arm64 arm64e
2323
EXCLUDED_ARCHS[sdk=iphonesimulator*] = i386 armv6 armv7 armv7s armv8 $(EXCLUDED_ARCHS_$(NATIVE_ARCH_64_BIT))
24-
EXCLUDED_ARCHS[sdk=iphoneos*] = i386 armv6 armv7 armv7s armv8 x86_64
24+
EXCLUDED_ARCHS[sdk=iphoneos*] = i386 armv6 armv7 armv7s armv8 x86_64
25+
VALIDATE_WORKSPACE = YES

0 commit comments

Comments
 (0)