From 6102f2f45e407bd3e79a25a63816f945efeb36c0 Mon Sep 17 00:00:00 2001 From: leits Date: Sat, 11 Mar 2023 21:20:12 +0200 Subject: [PATCH] Change ONLY_ACTIVE_ARCH for Release build --- MeetingBar.xcodeproj/project.pbxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MeetingBar.xcodeproj/project.pbxproj b/MeetingBar.xcodeproj/project.pbxproj index d251d0ec..a1ce4e03 100644 --- a/MeetingBar.xcodeproj/project.pbxproj +++ b/MeetingBar.xcodeproj/project.pbxproj @@ -703,7 +703,7 @@ MACOSX_DEPLOYMENT_TARGET = 10.15; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; - ONLY_ACTIVE_ARCH = YES; + ONLY_ACTIVE_ARCH = NO; SDKROOT = macosx; SWIFT_COMPILATION_MODE = wholemodule; SWIFT_OPTIMIZATION_LEVEL = "-O";