diff --git a/build/project-template/internal/nativescript-build.xcconfig b/build/project-template/internal/nativescript-build.xcconfig index 48ea16da..3c2f5801 100644 --- a/build/project-template/internal/nativescript-build.xcconfig +++ b/build/project-template/internal/nativescript-build.xcconfig @@ -21,3 +21,4 @@ LDPLUSPLUS = $SRCROOT/internal/nsld.sh EXCLUDED_ARCHS__PLATFORM_NAME_iphonesimulator__NATIVE_ARCH_64_BIT_x86_64=arm64 arm64e armv7 armv7s armv6 armv8 EXCLUDED_ARCHS=$(EXCLUDED_ARCHS__PLATFORM_NAME_$(PLATFORM_NAME)__NATIVE_ARCH_64_BIT_$(NATIVE_ARCH_64_BIT)) +VALIDATE_WORKSPACE = YES